diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 3d0552b..45b1381 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -70,6 +70,26 @@ smardigo-connect: spec: volume: size: 25Gi + additionalVolumes: + - + name: backup-monitoring-script + mountPath: /nso_scripts + volumeSource: + configMap: + name: backup-monitoring-script + defaultMode: 0777 + targetContainers: + - postgres + - + name: pg-backup-script + mountPath: /scripts/postgres_backup.sh + subPath: postgres_backup.sh + volumeSource: + configMap: + name: pg-backup-script + defaultMode: 0777 + targetContainers: + - postgres monitoring: alerts: postgres: @@ -180,4 +200,4 @@ iam: envvars: iam_keycloak_auth_server_url: "https://keycloak-prodwork01.smardigo.digital/auth/" netpols: - keycloak_ip: 167.235.109.35/32 # prodwork01-ingress.smardigo.digital \ No newline at end of file + keycloak_ip: 167.235.109.35/32 # prodwork01-ingress.smardigo.digital