Adding alertmanager url
This commit is contained in:
parent
b606690bbc
commit
f5db49bc05
@ -23,6 +23,9 @@ spec:
|
||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
env:
|
||||
- name: ALERTMANAGER_URI
|
||||
value: {{ .Values.alertmanager_uri }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
|
||||
@ -52,4 +55,4 @@ spec:
|
||||
{{- with .Values.tolerations }}
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
@ -65,3 +65,5 @@ nodeSelector:
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
alertmanager_url: "http://alertmanager-main:9093"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user