Do not quote port number in prometheus

This commit is contained in:
Vic Iglesias
2016-10-14 11:18:14 -07:00
parent 30ef623c41
commit 1d69a03fa0
+1 -1
View File
@@ -8,7 +8,7 @@ metadata:
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
spec:
ports:
- port: {{default 80 .Values.httpPort | quote}}
- port: {{default 80 .Values.httpPort }}
targetPort: 9090
protocol: TCP
name: http