Skip to content

Commit

Permalink
Added HealthCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmantosh committed Nov 4, 2023
1 parent c9be696 commit 5976c66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions k8s/gke/app/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ spec:
limits:
memory: "256Mi"
cpu: "500m"
readinessProbe:
httpGet:
port: 8080
path: /
initialDelaySeconds: 15
periodSeconds: 10
failureThreshold: 3


0 comments on commit 5976c66

Please sign in to comment.