mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Do not quote port number in prometheus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user