Skip to content

Commit

Permalink
Merge pull request #578 from HumairAK/update_livenes
Browse files Browse the repository at this point in the history
chore: update mlpipelines ui liveness/readiness to use http.
  • Loading branch information
HumairAK authored Feb 27, 2024
2 parents 118c6b7 + 9b4e57f commit eb6fe14
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions config/internal/mlpipelines-ui/deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,30 +73,22 @@ spec:
image: {{.MlPipelineUI.Image}}
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
command:
- wget
- -q
- -S
- -O
- '-'
- http://localhost:3000/apis/v1beta1/healthz
initialDelaySeconds: 3
httpGet:
port: 3000
path: /apis/v1beta1/healthz
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 5
timeoutSeconds: 2
name: ds-pipeline-ui
ports:
- containerPort: 3000
readinessProbe:
exec:
command:
- wget
- -q
- -S
- -O
- '-'
- http://localhost:3000/apis/v1beta1/healthz
initialDelaySeconds: 3
httpGet:
port: 3000
path: /apis/v1beta1/healthz
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 5
timeoutSeconds: 2
resources:
Expand Down

0 comments on commit eb6fe14

Please sign in to comment.