fix(helm): use correct prometheus port (#5644)

This commit is contained in:
Colin Adler
2023-01-10 10:16:56 -06:00
committed by GitHub
parent d34540ca30
commit 2effea5806

View File

@ -55,7 +55,7 @@ spec:
- name: CODER_HTTP_ADDRESS - name: CODER_HTTP_ADDRESS
value: "0.0.0.0:8080" value: "0.0.0.0:8080"
- name: CODER_PROMETHEUS_ADDRESS - name: CODER_PROMETHEUS_ADDRESS
value: "0.0.0.0:6060" value: "0.0.0.0:2112"
# Set the default access URL so a `helm apply` works by default. # Set the default access URL so a `helm apply` works by default.
# See: https://github.com/coder/coder/issues/5024 # See: https://github.com/coder/coder/issues/5024
{{- $hasAccessURL := false }} {{- $hasAccessURL := false }}
@ -98,7 +98,7 @@ spec:
*/}} */}}
{{- if eq .value "true" }} {{- if eq .value "true" }}
- name: "prometheus-http" - name: "prometheus-http"
containerPort: 6060 containerPort: 2112
protocol: TCP protocol: TCP
{{- end }} {{- end }}
{{- end }} {{- end }}