deploy/local-simulator.yaml +4−1 View file@@ -7,7 +7,10 @@ spec:
7 7
package: alice-sdv-reference8 8
healthCheck:9 9
command: python -m unittest discover -s tests -v10 −
timeoutSeconds: 30 10 +
timeoutSeconds: 45 11 +
strategy: 12 +
type: rolling 13 +
maxUnavailable: 011 14
rollback:12 15
enabled: true13 16
retainSuccessfulVersions: 3