Reduce readiness probe delay and period

This commit is contained in:
Antonio Scandurra 2022-12-14 09:35:36 +01:00
parent e00cb6b074
commit b9c7796547

View file

@ -63,8 +63,8 @@ spec:
httpGet:
path: /
port: 8080
initialDelaySeconds: 5
periodSeconds: 5
initialDelaySeconds: 1
periodSeconds: 1
env:
- name: HTTP_PORT
value: "8080"