Compare commits
1 Commits
a3ea096f90
...
716a809bd2
Author | SHA1 | Date | |
---|---|---|---|
716a809bd2
|
@@ -30,7 +30,7 @@ spec:
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/kube-prometheus-stack/ntfy-alertmanager
|
||||
key: /pushover/key
|
||||
metadataPolicy: None
|
||||
property: ntfy_password
|
||||
|
||||
|
@@ -178,8 +178,6 @@ kube-prometheus-stack:
|
||||
requests:
|
||||
storage: 200Gi
|
||||
ntfy-alertmanager:
|
||||
global:
|
||||
fullnameOverride: ntfy-alertmanager
|
||||
controllers:
|
||||
main:
|
||||
type: deployment
|
||||
@@ -192,6 +190,21 @@ ntfy-alertmanager:
|
||||
repository: xenrox/ntfy-alertmanager
|
||||
tag: 0.4.0
|
||||
pullPolicy: IfNotPresent
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
custom: true
|
||||
spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
readiness:
|
||||
enabled: true
|
||||
custom: true
|
||||
spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
service:
|
||||
main:
|
||||
controller: main
|
||||
|
Reference in New Issue
Block a user