mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix(helm): use correct prometheus port (#5644)
This commit is contained in:
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user