Notifications need their topic

This commit is contained in:
JLP 2025-07-02 09:53:27 -04:00
parent d05699bba0
commit 71cef600b6
Signed by: jleechpe
GPG key ID: 414E00D1FF7519DC

View file

@ -68,6 +68,12 @@ spec:
name: gatus-secrets
key: POSTGRES_PASSWORD
optional: false
- name: NTFY_TOPIC
valueFrom:
secretKeyRef:
name: gatus-secrets
key: NTFY_TOPIC
optional: false
volumeMounts:
- mountPath: /config/config.yaml
name: gatus-config