You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Probe to check if app is ready to serve traffic. Failure will lead to temp stop serving traffic.
412
412
# TODO: Failing to add readinessProbe, since st2 requires authorization (401) and we don't have `/healthz` endpoints yet (https://github.com/StackStorm/st2/issues/4020)
@@ -419,15 +419,8 @@ spec:
419
419
# path: /api/
420
420
# port: 443
421
421
# initialDelaySeconds: 3
422
-
{{- if or .Values.st2web.env .Values.st2web.use_https }}
423
-
env:
424
-
{{- if .Values.st2web.env }}
425
-
{{- include "stackstorm-ha.customEnv" .Values.st2web | nindent 10 }}
426
-
{{- end }}
427
-
{{- if .Values.st2web.use_https }}
428
-
- name: ST2WEB_HTTPS
429
-
value: "1"
430
-
{{- end }}
422
+
{{- if .Values.st2web.env }}
423
+
env: {{- include "stackstorm-ha.customEnv" .Values.st2web | nindent 8 }}
0 commit comments