Skip to content

Commit

Permalink
update helm chart liveness check
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Jul 1, 2024
1 parent 3f24551 commit c0eff10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/charts/server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ securityContext: {}

service:
type: ClusterIP
port: 80
port: 8080

resources: {}

livenessProbe:
httpGet:
path: /
path: /ui/
port: http
readinessProbe:
httpGet:
path: /
path: /ui/
port: http

ingressHostName: prediction-service

0 comments on commit c0eff10

Please sign in to comment.