Add healthchecks to shipping service
This commit is contained in:
@@ -30,4 +30,12 @@ spec:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 500Mi
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8080
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
failureThreshold: 30
|
||||
successThreshold: 1
|
||||
restartPolicy: Always
|
||||
|
Reference in New Issue
Block a user