fix: move drupal to fornix
This commit is contained in:
@@ -15,10 +15,20 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: drupal
|
app: drupal
|
||||||
spec:
|
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:
|
containers:
|
||||||
- name: drupal
|
- name: drupal
|
||||||
image: drupal
|
image: drupal
|
||||||
# image: registry.gitlab.com/oceanbox/fornix/oceanbox:dev
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user