File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,24 @@ patches:
3030 - op: replace # Users can specify additional ASO CRDs. CRDs should be appended with ';'
3131 path: /spec/template/spec/containers/0/args/6
3232 value: --crd-pattern=${ADDITIONAL_ASO_CRDS:= }
33+
34+ # ASO will provide a startupProbe starting in v2.14.0.
35+ # These patches should be removed when the upstream probe is set.
36+ - op: test
37+ path: /spec/template/spec/containers/0/startupProbe
38+ value: null
39+ - op: add
40+ path: /spec/template/spec/containers/0/startupProbe
41+ value:
42+ httpGet:
43+ path: /healthz
44+ port: 8081
45+ periodSeconds: 10
46+ failureThreshold: 12
47+ - op: remove
48+ path: /spec/template/spec/containers/0/livenessProbe/initialDelaySeconds
49+ - op: remove
50+ path: /spec/template/spec/containers/0/readinessProbe/initialDelaySeconds
3351 target :
3452 group : apps
3553 kind : Deployment
You can’t perform that action at this time.
0 commit comments