File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
pkg/plugins/golang/v3/scaffolds/internal/templates/config/manager
project-v3-addon/config/manager
project-v3-config/config/manager
project-v3-multigroup/config/manager
project-v3/config/manager Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ spec:
83
83
allowPrivilegeEscalation: false
84
84
livenessProbe:
85
85
httpGet:
86
- path: /readyz
86
+ path: /healthz
87
87
port: 8081
88
88
initialDelaySeconds: 15
89
89
periodSeconds: 20
90
90
readinessProbe:
91
91
httpGet:
92
- path: /healthz
92
+ path: /readyz
93
93
port: 8081
94
94
initialDelaySeconds: 5
95
95
periodSeconds: 10
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ spec:
35
35
allowPrivilegeEscalation : false
36
36
livenessProbe :
37
37
httpGet :
38
- path : /readyz
38
+ path : /healthz
39
39
port : 8081
40
40
initialDelaySeconds : 15
41
41
periodSeconds : 20
42
42
readinessProbe :
43
43
httpGet :
44
- path : /healthz
44
+ path : /readyz
45
45
port : 8081
46
46
initialDelaySeconds : 5
47
47
periodSeconds : 10
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ spec:
33
33
allowPrivilegeEscalation : false
34
34
livenessProbe :
35
35
httpGet :
36
- path : /readyz
36
+ path : /healthz
37
37
port : 8081
38
38
initialDelaySeconds : 15
39
39
periodSeconds : 20
40
40
readinessProbe :
41
41
httpGet :
42
- path : /healthz
42
+ path : /readyz
43
43
port : 8081
44
44
initialDelaySeconds : 5
45
45
periodSeconds : 10
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ spec:
35
35
allowPrivilegeEscalation : false
36
36
livenessProbe :
37
37
httpGet :
38
- path : /readyz
38
+ path : /healthz
39
39
port : 8081
40
40
initialDelaySeconds : 15
41
41
periodSeconds : 20
42
42
readinessProbe :
43
43
httpGet :
44
- path : /healthz
44
+ path : /readyz
45
45
port : 8081
46
46
initialDelaySeconds : 5
47
47
periodSeconds : 10
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ spec:
35
35
allowPrivilegeEscalation : false
36
36
livenessProbe :
37
37
httpGet :
38
- path : /readyz
38
+ path : /healthz
39
39
port : 8081
40
40
initialDelaySeconds : 15
41
41
periodSeconds : 20
42
42
readinessProbe :
43
43
httpGet :
44
- path : /healthz
44
+ path : /readyz
45
45
port : 8081
46
46
initialDelaySeconds : 5
47
47
periodSeconds : 10
You can’t perform that action at this time.
0 commit comments