fix: Add inital nexus and update drupal image
This commit is contained in:
@@ -60,6 +60,23 @@ spec:
|
||||
- containerPort: 80
|
||||
name: http
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: DRUPAL_DATABASE_HOST
|
||||
value: drupal-db-rw
|
||||
- name: DRUPAL_DATABASE_PREFIX
|
||||
value: ""
|
||||
- name: DRUPAL_DATABASE_NAME
|
||||
value: app
|
||||
- name: DRUPAL_DATABASE_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: drupal-db-app
|
||||
key: username
|
||||
- name: DRUPAL_DATABASE_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: drupal-db-app
|
||||
key: password
|
||||
volumeMounts:
|
||||
- mountPath: /var/www/html/modules
|
||||
name: drupal
|
||||
|
||||
Reference in New Issue
Block a user