Skip to content

Commit

Permalink
TSTCLD-93: Set path and port for liveness and readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
KeVoSub committed Jul 4, 2024
1 parent 0a7e8cf commit 96edf07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/sophora-ugc-demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sophora-ugc-demo
description: A Helm chart for the UGC demo
type: application

version: 0.1.1
version: 0.1.2

appVersion: 'latest'

Expand Down
8 changes: 4 additions & 4 deletions charts/sophora-ugc-demo/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ spec:
mountPath: /usr/local/ugc-demo/
livenessProbe:
httpGet:
path: /
port: http
path: /ugc-demo/demosite/
port: 8080
initialDelaySeconds: 30
periodSeconds: 3
readinessProbe:
httpGet:
path: /
port: http
path: /ugc-demo/demosite/
port: 8080
initialDelaySeconds: 30
periodSeconds: 3
resources:
Expand Down

0 comments on commit 96edf07

Please sign in to comment.