Disabled cloudnative-pg backup and switched to using the crd directly
This commit is contained in:
@@ -27,8 +27,8 @@ spec:
|
||||
|
||||
secret:
|
||||
additionalSecrets:
|
||||
authelia-db-cluster-app:
|
||||
key: authelia-db-cluster-app
|
||||
authelia-db-app:
|
||||
key: authelia-db-app
|
||||
authelia-lldap:
|
||||
key: authelia-lldap
|
||||
|
||||
@@ -64,11 +64,11 @@ spec:
|
||||
storage:
|
||||
postgres:
|
||||
enabled: true
|
||||
address: tcp://authelia-db-cluster-rw.authelia:5432
|
||||
address: tcp://authelia-db-rw.authelia:5432
|
||||
database: app
|
||||
username: app
|
||||
password:
|
||||
secret_name: authelia-db-cluster-app
|
||||
secret_name: authelia-db-app
|
||||
path: password
|
||||
|
||||
notifier:
|
||||
|
||||
@@ -62,8 +62,8 @@ spec:
|
||||
existingSecret: grafana-ldap-toml
|
||||
|
||||
extraSecretMounts:
|
||||
- name: grafana-db-cluster-app-mount
|
||||
secretName: grafana-db-cluster-app
|
||||
- name: grafana-db-app-mount
|
||||
secretName: grafana-db-app
|
||||
defaultMode: 0440
|
||||
mountPath: /etc/secrets/db
|
||||
readOnly: true
|
||||
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
- name: LLDAP_DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: lldap-db-cluster-app
|
||||
name: lldap-db-app
|
||||
key: uri
|
||||
- name: TZ
|
||||
value: CET
|
||||
|
||||
Reference in New Issue
Block a user