[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:
Benjamin Lee
2019-02-01 00:13:57 -08:00
committed by Kubernetes Prow Robot
parent 15493df5ad
commit b5600383bc
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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