4 Commits

Author SHA1 Message Date
a3ea096f90 Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 16s
2025-05-18 03:41:07 +00:00
3c80d546a7 remove probes 2025-05-17 22:37:12 -05:00
03b5795c96 fix name 2025-05-17 22:36:37 -05:00
13a242aab8 fix key 2025-05-17 22:34:18 -05:00
2 changed files with 3 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ spec:
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /pushover/key
key: /cl01tl/kube-prometheus-stack/ntfy-alertmanager
metadataPolicy: None
property: ntfy_password

View File

@@ -178,6 +178,8 @@ kube-prometheus-stack:
requests:
storage: 200Gi
ntfy-alertmanager:
global:
fullnameOverride: ntfy-alertmanager
controllers:
main:
type: deployment
@@ -190,21 +192,6 @@ 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