Testdays: Try 8080 for readiness and liveness

This commit is contained in:
František Zatloukal 2020-10-29 15:16:23 +01:00
parent affb52ca17
commit d33cac590b

View file

@ -57,13 +57,13 @@ spec:
initialDelaySeconds: 5
httpGet:
path: /
port: 80
port: 8080
livenessProbe:
timeoutSeconds: 1
initialDelaySeconds: 30
httpGet:
path: /
port: 80
port: 8080
triggers:
- type: ConfigChange