Skip to content

Commit 2effea5

Browse files
authored
fix(helm): use correct prometheus port (coder#5644)
1 parent d34540c commit 2effea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/templates/coder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
- name: CODER_HTTP_ADDRESS
5656
value: "0.0.0.0:8080"
5757
- name: CODER_PROMETHEUS_ADDRESS
58-
value: "0.0.0.0:6060"
58+
value: "0.0.0.0:2112"
5959
# Set the default access URL so a `helm apply` works by default.
6060
# See: https://github.com/coder/coder/issues/5024
6161
{{- $hasAccessURL := false }}
@@ -98,7 +98,7 @@ spec:
9898
*/}}
9999
{{- if eq .value "true" }}
100100
- name: "prometheus-http"
101-
containerPort: 6060
101+
containerPort: 2112
102102
protocol: TCP
103103
{{- end }}
104104
{{- end }}

0 commit comments

Comments
 (0)