Skip to content

Commit

Permalink
Update status check endpoint of dashboard to /hello (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: Pranshu <[email protected]>
  • Loading branch information
komalsukhani and singhpr authored Oct 12, 2023
1 parent 2966f93 commit 1c0b895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tyk-dashboard/templates/deployment-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ spec:
livenessProbe:
httpGet:
scheme: "HTTP{{ if .Values.global.tls.dashboard }}S{{ end }}"
path: /
path: /hello
port: {{ .Values.global.servicePorts.dashboard }}
initialDelaySeconds: 10
periodSeconds: 2
Expand All @@ -228,7 +228,7 @@ spec:
readinessProbe:
httpGet:
scheme: "HTTP{{ if .Values.global.tls.dashboard }}S{{ end }}"
path: /
path: /hello
port: {{ .Values.global.servicePorts.dashboard }}
initialDelaySeconds: 10
periodSeconds: 10
Expand Down

0 comments on commit 1c0b895

Please sign in to comment.