mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/prometheus-operator] Removed duplicate nodePort in prometheus service (#9684)
* Removed duplicate nodePort in prometheus service Signed-off-by: Benjamin Lee <benjamintllee@hotmail.com> * Bumped version Signed-off-by: Benjamin Lee <benjamintllee@hotmail.com> * [stable/prometheus-operator] Merged upstream master and bumped version again Signed-off-by: Benjamin Lee <benjamintllee@hotmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
15493df5ad
commit
b5600383bc
@@ -9,7 +9,7 @@ name: prometheus-operator
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
- https://coreos.com/operators/prometheus
|
||||
version: 2.1.3
|
||||
version: 2.1.4
|
||||
appVersion: 0.26.0
|
||||
home: https://github.com/coreos/prometheus-operator
|
||||
keywords:
|
||||
|
||||
@@ -33,9 +33,6 @@ spec:
|
||||
nodePort: {{ .Values.prometheus.service.nodePort }}
|
||||
{{- end }}
|
||||
port: 9090
|
||||
{{- if eq .Values.prometheus.service.type "NodePort" }}
|
||||
nodePort: {{ .Values.prometheus.service.nodePort }}
|
||||
{{- end }}
|
||||
targetPort: web
|
||||
selector:
|
||||
app: prometheus
|
||||
|
||||
Reference in New Issue
Block a user