Skip to content

Commit 09872be

Browse files
committed
wip
Signed-off-by: Andy Sadler <[email protected]>
1 parent b75bfff commit 09872be

File tree

3 files changed

+30
-9
lines changed

3 files changed

+30
-9
lines changed

components/kyverno/staging/stone-stage-p01/kustomization.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,3 @@ patches:
1414
kind: Job
1515
name: konflux-kyverno-migrate-resources
1616
version: v1
17-
- patch: |
18-
- op: add
19-
path: /spec/unhealthyPodEvictionPolicy
20-
value: AlwaysAllow
21-
target:
22-
group: policy
23-
version: v1
24-
kind: PodDisruptionBudget
25-
labelSelector: app.kubernetes.io/part-of=konflux-kyverno

components/kyverno/staging/stone-stage-p01/kyverno-helm-values.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ admissionController:
3838
- "ALL"
3939
metering:
4040
disabled: false
41+
podDisruptionBudget:
42+
enabled: true
43+
maxUnavailable: 2
44+
minAvailable: null
45+
unhealthyPodEvictionPolicy: AlwaysAllow
4146
serviceMonitor:
4247
enabled: true
4348
# kyverno doesn't seem to support HTTPS on metrics
@@ -62,6 +67,11 @@ backgroundController:
6267
- "ALL"
6368
metering:
6469
disabled: false
70+
podDisruptionBudget:
71+
enabled: true
72+
maxUnavailable: 2
73+
minAvailable: null
74+
unhealthyPodEvictionPolicy: AlwaysAllow
6575
serviceMonitor:
6676
enabled: true
6777
# kyverno doesn't seem to support HTTPS on metrics
@@ -86,6 +96,11 @@ cleanupController:
8696
- "ALL"
8797
metering:
8898
disabled: false
99+
podDisruptionBudget:
100+
enabled: true
101+
maxUnavailable: 2
102+
minAvailable: null
103+
unhealthyPodEvictionPolicy: AlwaysAllow
89104
serviceMonitor:
90105
enabled: true
91106
# kyverno doesn't seem to support HTTPS on metrics

components/kyverno/staging/stone-stg-rh01/kyverno-helm-values.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ admissionController:
3939
- "ALL"
4040
metering:
4141
disabled: false
42+
podDisruptionBudget:
43+
enabled: true
44+
maxUnavailable: 2
45+
minAvailable: null
46+
unhealthyPodEvictionPolicy: AlwaysAllow
4247
serviceMonitor:
4348
enabled: true
4449
# kyverno doesn't seem to support HTTPS on metrics
@@ -65,6 +70,11 @@ backgroundController:
6570
- "ALL"
6671
metering:
6772
disabled: false
73+
podDisruptionBudget:
74+
enabled: true
75+
maxUnavailable: 2
76+
minAvailable: null
77+
unhealthyPodEvictionPolicy: AlwaysAllow
6878
serviceMonitor:
6979
enabled: true
7080
# kyverno doesn't seem to support HTTPS on metrics
@@ -89,6 +99,11 @@ cleanupController:
8999
- "ALL"
90100
metering:
91101
disabled: false
102+
podDisruptionBudget:
103+
enabled: true
104+
maxUnavailable: 2
105+
minAvailable: null
106+
unhealthyPodEvictionPolicy: AlwaysAllow
92107
serviceMonitor:
93108
enabled: true
94109
# kyverno doesn't seem to support HTTPS on metrics

0 commit comments

Comments
 (0)