Readd Guacamole #2
All checks were successful
renovate / renovate (push) Successful in 3m23s
All checks were successful
renovate / renovate (push) Successful in 3m23s
This commit is contained in:
@@ -26,9 +26,21 @@ spec:
|
||||
value: 'guacamole.guacamole.svc.cluster.local'
|
||||
- name: GUACAMOLE_HOME
|
||||
value: '/etc/guacamole'
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: guacamole-db-secret
|
||||
- name: POSTGRESQL_DATABASE
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: guacamole-db-secret
|
||||
key: POSTGRES_DATABASE
|
||||
- name: POSTGRESQL_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: guacamole-db-secret
|
||||
key: POSTGRES_PASSWORD
|
||||
- name: POSTGRESQL_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: guacamole-db-secret
|
||||
key: POSTGRES_USER
|
||||
volumeMounts:
|
||||
- name: csismb-guacamole-home
|
||||
mountPath: /etc/guacamole
|
||||
|
Reference in New Issue
Block a user