Skip to content

Commit a3efb61

Browse files
committed
temporary disable readiness check
1 parent 81326ec commit a3efb61

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

k8s/prod/l2-indexer-micro-service-deployment.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ spec:
2727
limits:
2828
cpu: '2'
2929
memory: '8G'
30-
livenessProbe:
31-
httpGet:
32-
path: /is-alive
33-
port: 8000
34-
initialDelaySeconds: 10
35-
periodSeconds: 10
36-
readinessProbe:
37-
httpGet:
38-
path: /is-alive
39-
port: 8000
40-
initialDelaySeconds: 5
41-
periodSeconds: 5
30+
# livenessProbe:
31+
# httpGet:
32+
# path: /is-alive
33+
# port: 8000
34+
# initialDelaySeconds: 10
35+
# periodSeconds: 10
36+
# readinessProbe:
37+
# httpGet:
38+
# path: /is-alive
39+
# port: 8000
40+
# initialDelaySeconds: 5
41+
# periodSeconds: 5
4242
---
4343
---
4444
apiVersion: v1

0 commit comments

Comments
 (0)