File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
manifests/02-admission-control Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -714,6 +714,13 @@ teapot_admission_controller_enable_write_protection_webhook: "true"
714
714
# configure the behaviour of the resource protection admission webhook, `true` blocks, `false` allows
715
715
teapot_admission_controller_prevent_write_operations : " true"
716
716
717
+ # inject default values into Services for ALBC on EKS
718
+ {{ if eq .Cluster.Provider "zalando-eks" }}
719
+ teapot_admission_controller_inject_albc_defaults : " true"
720
+ {{ else }}
721
+ teapot_admission_controller_inject_albc_defaults : " false"
722
+ {{ end }}
723
+
717
724
# Enable and configure Pod Security Policy rules implemented in admission-controller.
718
725
teapot_admission_controller_pod_security_policy_enabled : " true"
719
726
Original file line number Diff line number Diff line change 13
13
dns.default.subdomain-max-length : " {{ .Cluster.ConfigItems.subdomain_max_length }}"
14
14
15
15
generic.prevent-write-operations.enable : " {{ .Cluster.ConfigItems.teapot_admission_controller_prevent_write_operations }}"
16
+ generic.inject-albc-defaults.enable : " {{ .Cluster.ConfigItems.teapot_admission_controller_inject_albc_defaults }}"
16
17
17
18
pod.container-resource-control.min-memory-request : " 25Mi"
18
19
pod.container-resource-control.default-cpu-request : " {{ .Cluster.ConfigItems.teapot_admission_controller_default_cpu_request }}"
You can’t perform that action at this time.
0 commit comments