Upgrading alert manager app template
This commit is contained in:
parent
be84f8f132
commit
cee86d8cd2
1 changed files with 17 additions and 12 deletions
|
@ -10,7 +10,7 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: app-template
|
chart: app-template
|
||||||
version: 1.5.1
|
version: 2.0.1
|
||||||
interval: 30m
|
interval: 30m
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
|
@ -21,11 +21,14 @@ spec:
|
||||||
type: statefulset
|
type: statefulset
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
|
controllers:
|
||||||
image:
|
main:
|
||||||
repository: quay.io/prometheus/alertmanager
|
containers:
|
||||||
tag: main@sha256:7c060ae2a86177fbb4106fddcdd9f2cd494d4415b67ccda71a9fdf11f52e825b
|
main:
|
||||||
|
image:
|
||||||
|
repository: quay.io/prometheus/alertmanager
|
||||||
|
tag: main@sha256:7c060ae2a86177fbb4106fddcdd9f2cd494d4415b67ccda71a9fdf11f52e825b
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
|
|
||||||
|
@ -37,13 +40,15 @@ spec:
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
classname: nginx
|
||||||
ingressClassName: nginx
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host alertmanager.valinor.social
|
- host: &host alertmanager.valinor.social
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
service:
|
||||||
|
name: main
|
||||||
|
port: http
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- *host
|
- *host
|
||||||
|
@ -53,14 +58,14 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: configMap
|
type: configMap
|
||||||
name: alertmanager-configmap
|
name: alertmanager-configmap
|
||||||
mountPath: /etc/alertmanager
|
globalMounts:
|
||||||
readOnly: true
|
- path: /etc/alertmanager
|
||||||
secrets:
|
secrets:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: secret
|
type: secret
|
||||||
name: alertmanager-secret
|
name: alertmanager-secret
|
||||||
mountPath: /etc/secrets
|
globalMounts:
|
||||||
readOnly: true
|
- path: /etc/secrets
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
Reference in a new issue