fix(infra-monitoring): always internal (ingress has maybe proxy-auth or basic auth)
This commit is contained in:
parent
1599641889
commit
d893d13c74
1 changed files with 0 additions and 4 deletions
|
@ -41,11 +41,7 @@ spec:
|
||||||
{{- range $item := .rooms }}
|
{{- range $item := .rooms }}
|
||||||
- {{ $item.room | quote }}
|
- {{ $item.room | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if $.Values.alertmanager.ingress.enabled }}
|
|
||||||
alertmanager: "https://{{ $.Values.alertmanager.ingress.host | default (printf "alertmanager.%s" $.Values.commons.ingress.domain) }}"
|
|
||||||
{{- else }}
|
|
||||||
alertmanager: "http://kube-prometheus-stack-alertmanager:9093"
|
alertmanager: "http://kube-prometheus-stack-alertmanager:9093"
|
||||||
{{- end }}
|
|
||||||
showLabels: true
|
showLabels: true
|
||||||
{{`
|
{{`
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Reference in a new issue