fix: move drupal to fornix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user