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 initialDelaySeconds: 5
httpGet: httpGet:
path: / path: /
port: 80 port: 8080
livenessProbe: livenessProbe:
timeoutSeconds: 1 timeoutSeconds: 1
initialDelaySeconds: 30 initialDelaySeconds: 30
httpGet: httpGet:
path: / path: /
port: 80 port: 8080
triggers: triggers:
- type: ConfigChange - type: ConfigChange