Skip to content

Commit

Permalink
Update platform-ui probe api (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: Masudur Rahman <[email protected]>
  • Loading branch information
masudur-rahman authored Dec 22, 2023
1 parent 7ddea26 commit c3c3e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/platform-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /api/healthz
port: http
readinessProbe:
httpGet:
path: /
path: /api/healthz
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit c3c3e02

Please sign in to comment.