fix: move drupal to fornix

This commit is contained in:
2025-12-11 13:33:24 +01:00
parent 9a29c2dd5f
commit 8a051c10af
+11 -1
View File
@@ -15,10 +15,20 @@ spec:
labels:
app: drupal
spec:
initContainers:
- name: init-volumes
image: drupal
command: ["/bin/bash", "-c"]
args:
[
"mkdir -p /web/{modules,profiles,themes,sites/default/files}; chown -R www-data:www-data /web/{sites,modules,profiles,themes}; touch /web/sites/default/files/composer.json; echo done.",
]
volumeMounts:
- mountPath: /web
name: drupal
containers:
- name: drupal
image: drupal
# image: registry.gitlab.com/oceanbox/fornix/oceanbox:dev
ports:
- containerPort: 80
name: http