upgrade prometheus helm chart [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-25 21:40:19 +00:00
parent e3a8cd16b4
commit 15bade148c
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 34 additions and 5 deletions

View file

@ -2,13 +2,14 @@
# all values - https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml
alertmanager:
persistentVolume:
enabled: false
enabled: true
existingClaim: alertmanager-pvc
#existingClaim: alertmanager-iscsi-pvc
# storageClass: rook-cephfs
strategy:
type: Recreate
ingress:
enabled: "true"
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
@ -23,7 +24,16 @@ alertmanager:
hosts:
- "alertmanager.viktorbarzin.me"
hosts:
- "alertmanager.viktorbarzin.me"
# - alertmanager.viktorbarzin.me
- host: alertmanager.viktorbarzin.me
paths:
- path: /
pathType: Prefix
serviceName: prometheus-server
servicePort: 80
# web.external-url seems to be hardcoded, edited deployment manually
# extraArgs:
# web.external-url: "https://prometheus.viktorbarzin.me"
alertmanagerFiles:
alertmanager.yml:
global:
@ -68,7 +78,7 @@ server:
type: Recreate
baseURL: "https://prometheus.viktorbarzin.me"
ingress:
enabled: "true"
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"