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:
30
30
- op: replace # Users can specify additional ASO CRDs. CRDs should be appended with ';'
31
31
path: /spec/template/spec/containers/0/args/6
32
32
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
33
51
target :
34
52
group : apps
35
53
kind : Deployment
You can’t perform that action at this time.
0 commit comments