Notifications need their topic
This commit is contained in:
parent
d05699bba0
commit
71cef600b6
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@ spec:
|
||||||
name: gatus-secrets
|
name: gatus-secrets
|
||||||
key: POSTGRES_PASSWORD
|
key: POSTGRES_PASSWORD
|
||||||
optional: false
|
optional: false
|
||||||
|
- name: NTFY_TOPIC
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: gatus-secrets
|
||||||
|
key: NTFY_TOPIC
|
||||||
|
optional: false
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config/config.yaml
|
- mountPath: /config/config.yaml
|
||||||
name: gatus-config
|
name: gatus-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue