Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jun 22, 2024
1 parent a5d988c commit 7c30278
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ spec:
- name: entity-api
image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/enity-api-service:__LATEST_RELEASE_TAG__
imagePullPolicy: Always
# livenessProbe:
# httpGet:
# path: /api/v1/edv/state
# port: 3001
# initialDelaySeconds: 60
# periodSeconds: 5
# failureThreshold: 1
livenessProbe:
httpGet:
path: /api/v1/edv/state
port: 3001
initialDelaySeconds: 120
periodSeconds: 30
failureThreshold: 3

resources:
limits:
Expand Down

0 comments on commit 7c30278

Please sign in to comment.