Skip to content

Commit

Permalink
Update values.yaml change port
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian committed Apr 19, 2024
1 parent 06570b7 commit bcbe9b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resources:
startupProbe:
httpGet:
path: /health
port: 80
port: 3000
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 40
Expand All @@ -27,7 +27,7 @@ startupProbe:
livenessProbe:
httpGet:
path: /health
port: 80
port: 3000
scheme: HTTP
initialDelaySeconds: 30
failureThreshold: 8
Expand All @@ -38,7 +38,7 @@ livenessProbe:
readinessProbe:
httpGet:
path: /health
port: 80
port: 3000
scheme: HTTP
initialDelaySeconds: 30
failureThreshold: 5
Expand Down

0 comments on commit bcbe9b6

Please sign in to comment.