Skip to content

Commit 3ae7409

Browse files
authored
Merge pull request #1806 from estroz/revert-1795-kb-editmove
🌱 Revert "✨ Add the liveness and readiness probe in the manager deployment"
2 parents 81a6cb3 + 42fa8b9 commit 3ae7409

File tree

4 files changed

+0
-48
lines changed

4 files changed

+0
-48
lines changed

pkg/plugin/v3/scaffolds/internal/templates/config/manager/config.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,6 @@ spec:
7878
name: manager
7979
securityContext:
8080
allowPrivilegeEscalation: false
81-
livenessProbe:
82-
httpGet:
83-
path: /readyz
84-
port: 9443
85-
initialDelaySeconds: 15
86-
periodSeconds: 20
87-
readinessProbe:
88-
httpGet:
89-
path: /healthz
90-
port: 9443
91-
initialDelaySeconds: 5
92-
periodSeconds: 10
9381
resources:
9482
limits:
9583
cpu: 100m

testdata/project-v3-addon/config/manager/manager.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ spec:
3333
name: manager
3434
securityContext:
3535
allowPrivilegeEscalation: false
36-
livenessProbe:
37-
httpGet:
38-
path: /readyz
39-
port: 9443
40-
initialDelaySeconds: 15
41-
periodSeconds: 20
42-
readinessProbe:
43-
httpGet:
44-
path: /healthz
45-
port: 9443
46-
initialDelaySeconds: 5
47-
periodSeconds: 10
4836
resources:
4937
limits:
5038
cpu: 100m

testdata/project-v3-multigroup/config/manager/manager.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ spec:
3333
name: manager
3434
securityContext:
3535
allowPrivilegeEscalation: false
36-
livenessProbe:
37-
httpGet:
38-
path: /readyz
39-
port: 9443
40-
initialDelaySeconds: 15
41-
periodSeconds: 20
42-
readinessProbe:
43-
httpGet:
44-
path: /healthz
45-
port: 9443
46-
initialDelaySeconds: 5
47-
periodSeconds: 10
4836
resources:
4937
limits:
5038
cpu: 100m

testdata/project-v3/config/manager/manager.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ spec:
3333
name: manager
3434
securityContext:
3535
allowPrivilegeEscalation: false
36-
livenessProbe:
37-
httpGet:
38-
path: /readyz
39-
port: 9443
40-
initialDelaySeconds: 15
41-
periodSeconds: 20
42-
readinessProbe:
43-
httpGet:
44-
path: /healthz
45-
port: 9443
46-
initialDelaySeconds: 5
47-
periodSeconds: 10
4836
resources:
4937
limits:
5038
cpu: 100m

0 commit comments

Comments
 (0)