Compare commits

..

1 commit

Author SHA1 Message Date
71cef600b6
Notifications need their topic 2025-07-02 09:53:27 -04:00

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