File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments