Fix kubernetes configuration for readiness probe

This commit is contained in:
Antonio Scandurra 2022-12-14 08:58:19 +01:00
parent 98a593b263
commit dc47552180

View file

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