Skip to content

Commit

Permalink
app-content-pages: change liveness probe url (#6286)
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 authored Sep 11, 2024
1 parent 7eeb40a commit e753cc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions kubernetes/deployment-production.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,17 @@ spec:
cpu: "1000m"
startupProbe:
httpGet:
path: /about/Index
path: /about
port: 3000
failureThreshold: 6
livenessProbe:
httpGet:
path: /about/Index
path: /about
port: 3000
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /about/Index
path: /about
port: 3000
initialDelaySeconds: 20
timeoutSeconds: 10
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/deployment-staging.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,17 @@ spec:
cpu: "1000m"
startupProbe:
httpGet:
path: /about/Index
path: /about
port: 3000
failureThreshold: 6
livenessProbe:
httpGet:
path: /about/Index
path: /about
port: 3000
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /about/Index
path: /about
port: 3000
initialDelaySeconds: 20
timeoutSeconds: 10
Expand Down

0 comments on commit e753cc7

Please sign in to comment.