File tree 2 files changed +10
-5
lines changed
charts/kube-prometheus-stack
templates/prometheus-operator
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ name: kube-prometheus-stack
22
22
sources :
23
23
- https://github.com/prometheus-community/helm-charts
24
24
- https://github.com/prometheus-operator/kube-prometheus
25
- version : 42.2.0
25
+ version : 42.2.1
26
26
appVersion : 0.60.1
27
27
kubeVersion : " >=1.16.0-0"
28
28
home : https://github.com/prometheus-operator/kube-prometheus
Original file line number Diff line number Diff line change @@ -7,15 +7,20 @@ metadata:
7
7
labels :
8
8
app : {{ template "kube-prometheus-stack.name" . }}-operator
9
9
spec :
10
- podSelector :
11
- matchLabels :
12
- app : {{ template "kube-prometheus-stack.name" . }}-operator
13
- release : {{ $.Release.Name | quote }}
10
+ egress :
11
+ - {}
14
12
ingress :
15
13
- ports :
16
14
{{- if .Values.prometheusOperator.tls.enabled }}
17
15
- port : {{ .Values.prometheusOperator.tls.internalPort }}
18
16
{{- else }}
19
17
- port : 8080
20
18
{{- end }}
19
+ policyTypes :
20
+ - Egress
21
+ - Ingress
22
+ podSelector :
23
+ matchLabels :
24
+ app : {{ template "kube-prometheus-stack.name" . }}-operator
25
+ release : {{ $.Release.Name | quote }}
21
26
{{- end }}
You can’t perform that action at this time.
0 commit comments