fix(helm): use /healthz for liveness and readiness probes instead of /api/v2/buildinfo (#8035)

This commit is contained in:
Cian Johnston 2023-06-15 02:08:48 -07:00 committed by GitHub
parent 977e9ef505
commit b1588fa596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View File

@ -126,12 +126,12 @@ spec:
securityContext: {{ toYaml .Values.coder.securityContext | nindent 12 }}
readinessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
livenessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
{{- include "coder.volumeMounts" . | nindent 10 }}

View File

@ -173,12 +173,12 @@ spec:
type: RuntimeDefault
readinessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
livenessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
volumeMounts: []

View File

@ -179,12 +179,12 @@ spec:
type: RuntimeDefault
readinessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
livenessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
volumeMounts: []

View File

@ -173,12 +173,12 @@ spec:
type: RuntimeDefault
readinessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
livenessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
volumeMounts: []

View File

@ -188,12 +188,12 @@ spec:
type: RuntimeDefault
readinessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
livenessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
volumeMounts:

View File

@ -181,12 +181,12 @@ spec:
type: RuntimeDefault
readinessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
livenessProbe:
httpGet:
path: /api/v2/buildinfo
path: /healthz
port: "http"
scheme: "HTTP"
volumeMounts: []