Skip to content

Commit

Permalink
[kube-prometheus-stack] fix prometheus-operator cilium netpol when us…
Browse files Browse the repository at this point in the history
…ing TLS (#3788)

Signed-off-by: Herve Nicol <12008875+hervenicol@users.noreply.github.com>
Co-authored-by: Herve Nicol <12008875+hervenicol@users.noreply.github.com>
  • Loading branch information
hervenicol and hervenicol committed Sep 12, 2023
1 parent 5e249df commit 5c8dd88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 51.0.0
version: 51.0.1
appVersion: v0.68.0
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ spec:
- port: "8080"
{{- end }}
protocol: "TCP"
{{- if not .Values.prometheusOperator.tls.enabled }}
rules:
http:
- method: "GET"
path: "/metrics"
{{- end }}
{{- end }}

0 comments on commit 5c8dd88

Please sign in to comment.