Skip to content

Commit 2e45a0f

Browse files
authored
fix(helm): set correct prom port in helm notes (#8888)
1 parent e436083 commit 2e45a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coder:
1010
# - CODER_TLS_ENABLE: set if tls.secretName is not empty.
1111
# - CODER_TLS_CERT_FILE: set if tls.secretName is not empty.
1212
# - CODER_TLS_KEY_FILE: set if tls.secretName is not empty.
13-
# - CODER_PROMETHEUS_ADDRESS: set to 0.0.0.0:6060 and cannot be changed.
13+
# - CODER_PROMETHEUS_ADDRESS: set to 0.0.0.0:2112 and cannot be changed.
1414
# Prometheus must still be enabled by setting CODER_PROMETHEUS_ENABLE.
1515
# - KUBE_POD_IP
1616
# - CODER_DERP_SERVER_RELAY_URL

0 commit comments

Comments
 (0)