Skip to content

Commit 2a7c573

Browse files
committed
Add units
1 parent a30f34b commit 2a7c573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-charts/support/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ prometheus:
186186
# prometheus, the central grafana used does go through nginx. So we
187187
# increase the timeout here as well.
188188
nginx.ingress.kubernetes.io/proxy-read-timeout: "120"
189-
nginx.org/proxy-read-timeout: "120"
189+
nginx.org/proxy-read-timeout: "120s"
190190
strategy:
191191
# type is set to Recreate as we have a persistent disk attached. The
192192
# default of RollingUpdate would fail by getting stuck waiting for a new
@@ -325,7 +325,7 @@ grafana:
325325
# set under `grafana.ini` below. These two timeouts are set together
326326
# to allow prometheus the best chance of executing queries we care about.
327327
nginx.ingress.kubernetes.io/proxy-read-timeout: "120"
328-
nginx.org/proxy-read-timeout: "120"
328+
nginx.org/proxy-read-timeout: 120s
329329
cert-manager.io/cluster-issuer: letsencrypt-prod
330330

331331
# grafana is partially configured for GitHub authentication here, but the

0 commit comments

Comments
 (0)