Skip to content

Commit 9b71a4c

Browse files
authored
Release controller v1.12.0-beta.0 & chart v4.12.0-beta.0. (#12165)
1 parent 80154a3 commit 9b71a4c

File tree

17 files changed

+576
-333
lines changed

17 files changed

+576
-333
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ the versions listed. Ingress-Nginx versions **may** work on older versions, but
3939

4040
| Supported | Ingress-NGINX version | k8s supported version | Alpine Version | Nginx Version | Helm Chart Version |
4141
| :-------: | --------------------- | ----------------------------- | -------------- | ------------- | ------------------ |
42+
| 🔄 | **v1.12.0-beta.0** | 1.31, 1.30, 1.29, 1.28 | 3.20.3 | 1.25.5 | 4.12.0-beta.0 |
4243
| 🔄 | **v1.11.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.2 |
4344
| 🔄 | **v1.11.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.1 |
4445
| 🔄 | **v1.11.0** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.0 |
45-
| 🔄 | **v1.10.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
46-
| 🔄 | **v1.10.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |
47-
| 🔄 | **v1.10.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.2 |
48-
| 🔄 | **v1.10.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.1 |
49-
| 🔄 | **v1.10.0** | 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.0 |
46+
| | **v1.10.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
47+
| | **v1.10.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |
48+
| | **v1.10.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.2 |
49+
| | **v1.10.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.1 |
50+
| | **v1.10.0** | 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.0 |
5051
| | v1.9.6 | 1.29, 1.28, 1.27, 1.26, 1.25 | 3.19.0 | 1.21.6 | 4.9.1 |
5152
| | v1.9.5 | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.9.0 |
5253
| | v1.9.4 | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.8.3 |
Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
1+
# Changelog
2+
3+
### controller-v1.12.0-beta.0
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.12.0-beta.0@sha256:9724476b928967173d501040631b23ba07f47073999e80e34b120e8db5f234d5
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.12.0-beta.0@sha256:6e2f8f52e1f2571ff65bc4fc4826d5282d5def5835ec4ab433dcb8e659b2fbac
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#12154)
13+
* ⚠️ Metrics: Disable by default. (#12153) ⚠️
14+
15+
This changes the default of the following CLI arguments:
16+
17+
* `--enable-metrics` gets disabled by default.
18+
19+
* Tests & Docs: Bump `e2e-test-echo` to v1.0.1. (#12147)
20+
* Images: Trigger `e2e-test-echo` build. (#12140)
21+
* ⚠️ Images: Drop `s390x`. (#12137) ⚠️
22+
23+
Support for the `s390x` architecture has already been removed from the controller image. This also removes it from the NGINX base image and CI relevant images.
24+
25+
* Images: Build `s390x` controller. (#12126)
26+
* Chart: Bump Kube Webhook CertGen. (#12119)
27+
* Tests & Docs: Bump images. (#12118)
28+
* Cloud Build: Bump `gcb-docker-gcloud` to v20240718-5ef92b5c36. (#12113)
29+
* Images: Trigger other builds. (#12110)
30+
* Tests: Bump `e2e-test-runner` to v20241004-114a6abb. (#12103)
31+
* Images: Trigger `test-runner` build. (#12100)
32+
* Docs: Add a multi-tenant warning. (#12091)
33+
* Go: Bump to v1.22.8. (#12069)
34+
* Images: Bump `NGINX_BASE` to v1.0.0. (#12066)
35+
* Images: Trigger NGINX build. (#12063)
36+
* Images: Remove NGINX v1.21. (#12031)
37+
* Chart: Add `controller.metrics.service.enabled`. (#12056)
38+
* GitHub: Improve Dependabot. (#12033)
39+
* Chart: Add `global.image.registry`. (#12028)
40+
* ⚠️ Images: Remove OpenTelemetry. (#12024) ⚠️
41+
42+
OpenTelemetry is still supported, but since the module is built into the controller image since v1.10, we hereby remove the init container and image which were used to install it upon controller startup.
43+
44+
* Chart: Improve CI. (#12003)
45+
* Chart: Extend image tests. (#12025)
46+
* Chart: Add `controller.progressDeadlineSeconds`. (#12017)
47+
* Docs: Add health check annotations for AWS. (#12018)
48+
* Docs: Convert `opentelemetry.md` from CRLF to LF. (#12005)
49+
* Chart: Implement `unhealthyPodEvictionPolicy`. (#11992)
50+
* Chart: Add `defaultBackend.maxUnavailable`. (#11995)
51+
* Chart: Test `controller.minAvailable` & `controller.maxUnavailable`. (#12000)
52+
* Chart: Align default backend `PodDisruptionBudget`. (#11993)
53+
* Metrics: Fix namespace in `nginx_ingress_controller_ssl_expire_time_seconds`. (#10274)
54+
* ⚠️ Chart: Remove Pod Security Policy. (#11971) ⚠️
55+
56+
This removes Pod Security Policies and related resources from the chart.
57+
58+
* Chart: Improve default backend service account. (#11972)
59+
* Go: Bump to v1.22.7. (#11943)
60+
* NGINX: Remove inline Lua from template. (#11806)
61+
* Images: Bump OpenTelemetry C++ Contrib. (#11629)
62+
* Docs: Add note about `--watch-namespace`. (#11947)
63+
* Images: Use latest Alpine 3.20 everywhere. (#11944)
64+
* Fix minor typos (#11935)
65+
* Chart: Implement `controller.admissionWebhooks.service.servicePort`. (#11931)
66+
* Allow any protocol for cors origins (#11153)
67+
* Tests: Bump `e2e-test-runner` to v20240829-2c421762. (#11919)
68+
* Images: Trigger `test-runner` build. (#11916)
69+
* Chart: Add `controller.metrics.prometheusRule.annotations`. (#11849)
70+
* Chart: Add tests for `PrometheusRule` & `ServiceMonitor`. (#11883)
71+
* Annotations: Allow commas in URLs. (#11882)
72+
* CI: Grant checks write permissions to E2E Test Report. (#11862)
73+
* Chart: Use generic values for `ConfigMap` test. (#11877)
74+
* Security: Follow-up on recent changes. (#11874)
75+
* Lua: Remove plugins from `.luacheckrc` & E2E docs. (#11872)
76+
* Dashboard: Remove `ingress_upstream_latency_seconds`. (#11878)
77+
* Metrics: Add `--metrics-per-undefined-host` argument. (#11818)
78+
* Update maxmind post link about geolite2 license changes (#11861)
79+
* ⚠️ Remove global-rate-limit feature (#11851) ⚠️
80+
81+
This removes the following configuration options:
82+
83+
* `global-rate-limit-memcached-host`
84+
* `global-rate-limit-memcached-port`
85+
* `global-rate-limit-memcached-connect-timeout`
86+
* `global-rate-limit-memcached-max-idle-timeout`
87+
* `global-rate-limit-memcached-pool-size`
88+
* `global-rate-limit-status-code`
89+
90+
It also removes the following annotations:
91+
92+
* `global-rate-limit`
93+
* `global-rate-limit-window`
94+
* `global-rate-limit-key`
95+
* `global-rate-limit-ignored-cidrs`
96+
97+
* Revert "docs: Add deployment for AWS NLB Proxy." (#11857)
98+
* Add custom code handling for temporal redirect (#10651)
99+
* Add native histogram support for histogram metrics (#9971)
100+
* Replace deprecated queue method (#11853)
101+
* ⚠️ Enable security features by default (#11819) ⚠️
102+
103+
This changes the default of the following CLI arguments:
104+
105+
* `--enable-annotation-validation` gets enabled by default.
106+
107+
It also changes the default of the following configuration options:
108+
109+
* `allow-cross-namespace-resources` gets disabled by default.
110+
* `annotations-risk-level` gets lowered to "High" by default.
111+
* `strict-validate-path-type` gets enabled by default.
112+
113+
* docs: Add deployment for AWS NLB Proxy. (#9565)
114+
* ⚠️ Remove 3rd party lua plugin support (#11821) ⚠️
115+
116+
This removes the following configuration options:
117+
118+
* `plugins`
119+
120+
It also removes support for user provided Lua plugins in the `/etc/nginx/lua/plugins` directory.
121+
122+
* Auto-generate annotation docs (#11820)
123+
* ⚠️ Metrics: Remove `ingress_upstream_latency_seconds`. (#11795) ⚠️
124+
125+
This metric has already been deprecated and is now getting removed.
126+
127+
* Release controller v1.11.2/v1.10.4 & chart v4.11.2/v4.10.4. (#11816)
128+
* Chart: Bump Kube Webhook CertGen & OpenTelemetry. (#11809)
129+
* Tests & Docs: Bump images. (#11803)
130+
* Images: Trigger failed builds. (#11800)
131+
* Images: Trigger other builds. (#11796)
132+
* Controller: Fix panic in alternative backend merging. (#11789)
133+
* Tests: Bump `e2e-test-runner` to v20240812-3f0129aa. (#11788)
134+
* Images: Trigger `test-runner` build. (#11785)
135+
* Images: Bump `NGINX_BASE` to v0.0.12. (#11782)
136+
* Images: Trigger NGINX build. (#11779)
137+
* Cloud Build: Add missing config, remove unused ones. (#11774)
138+
* Cloud Build: Tweak timeouts. (#11761)
139+
* Cloud Build: Fix substitutions. (#11758)
140+
* Cloud Build: Some chores. (#11633)
141+
* Go: Bump to v1.22.6. (#11747)
142+
* Images: Bump `NGINX_BASE` to v0.0.11. (#11741)
143+
* Images: Trigger NGINX build. (#11735)
144+
* docs: update OpenSSL Roadmap link (#11730)
145+
* Go: Bump to v1.22.5. (#11634)
146+
* Docs: Fix typo in AWS LB Controller reference (#11723)
147+
* Perform some cleaning operations on line breaks. (#11720)
148+
* Missing anchors in regular expression. (#11717)
149+
* Docs: Fix `from-to-www` redirect description. (#11712)
150+
* Chart: Remove `isControllerTagValid`. (#11710)
151+
* Tests: Bump `e2e-test-runner` to v20240729-04899b27. (#11702)
152+
* Chart: Explicitly set `runAsGroup`. (#11679)
153+
* Docs: Clarify `from-to-www` redirect direction. (#11682)
154+
* added real-client-ip faq (#11663)
155+
* Docs: Format NGINX configuration table. (#11659)
156+
* Release controller v1.11.1/v1.10.3 & chart v4.11.1/v4.10.3. (#11654)
157+
* Tests: Bump `test-runner` to v20240717-1fe74b5f. (#11645)
158+
* Images: Trigger `test-runner` build. (#11636)
159+
* Images: Bump `NGINX_BASE` to v0.0.10. (#11635)
160+
* remove modsecurity coreruleset test files from nginx image (#11617)
161+
* unskip the ocsp tests and update images to fix cfssl bug (#11606)
162+
* Fix indent in YAML for example pod (#11598)
163+
* Images: Bump `test-runner`. (#11600)
164+
* Images: Bump `NGINX_BASE` to v0.0.9. (#11599)
165+
* revert module upgrade (#11594)
166+
* README: Fix support matrix. (#11586)
167+
* Repository: Add changelogs from `release-v1.10`. (#11587)
168+
169+
### Dependency updates:
170+
171+
* Bump the actions group with 3 updates (#12152)
172+
* Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#12107)
173+
* Bump the actions group with 3 updates (#12092)
174+
* Bump sigs.k8s.io/mdtoc from 1.1.0 to 1.4.0 (#12062)
175+
* Bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#12060)
176+
* Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the go group across 1 directory (#12059)
177+
* Bump k8s.io/cli-runtime from 0.30.0 to 0.31.1 (#12061)
178+
* Bump github/codeql-action from 3.26.9 to 3.26.10 in the actions group (#12051)
179+
* Bump the go group across 1 directory with 3 updates (#12050)
180+
* Bump k8s.io/kube-aggregator from 0.29.3 to 0.31.1 in /images/kube-webhook-certgen/rootfs (#12043)
181+
* Bump k8s.io/apimachinery from 0.23.1 to 0.31.1 in /images/ext-auth-example-authsvc/rootfs (#12041)
182+
* Bump github.com/prometheus/client_golang from 1.11.1 to 1.20.4 in /images/custom-error-pages/rootfs (#12040)
183+
* Bump the all group with 2 updates (#12032)
184+
* Bump github/codeql-action from 3.26.7 to 3.26.8 in the all group (#12010)
185+
* Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#12009)
186+
* Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 in the all group (#12008)
187+
* Bump the all group with 2 updates (#11977)
188+
* Bump github/codeql-action from 3.26.6 to 3.26.7 in the all group (#11976)
189+
* Bump github.com/prometheus/common from 0.57.0 to 0.59.1 (#11954)
190+
* Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#11955)
191+
* Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 in the all group (#11953)
192+
* Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 (#11928)
193+
* Bump the all group with 2 updates (#11922)
194+
* Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 in the all group (#11901)
195+
* Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#11902)
196+
* Bump github.com/prometheus/common from 0.55.0 to 0.57.0 (#11903)
197+
* Bump github/codeql-action from 3.26.5 to 3.26.6 in the all group (#11904)
198+
* Bump the all group with 2 updates (#11865)
199+
* Bump github/codeql-action from 3.26.2 to 3.26.5 in the all group (#11867)
200+
* Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#11832)
201+
* Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0 (#11823)
202+
* Bump dario.cat/mergo from 1.0.0 to 1.0.1 in the all group (#11822)
203+
* Bump k8s.io/component-base from 0.30.3 to 0.31.0 (#11825)
204+
* Bump github/codeql-action from 3.26.0 to 3.26.2 in the all group (#11826)
205+
* Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#11766)
206+
* Bump the all group with 2 updates (#11767)
207+
* Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#11765)
208+
* Bump the all group with 3 updates (#11727)
209+
* Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in the all group (#11696)
210+
* Bump the all group with 2 updates (#11695)
211+
* Bump the all group with 4 updates (#11673)
212+
* Bump the all group with 2 updates (#11672)
213+
* Bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#11522)
214+
* Bump the all group with 5 updates (#11611)
215+
216+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.11.0...controller-v1.12.0-beta.0

charts/ingress-nginx/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- Update Ingress-Nginx version controller-v1.11.2
4-
artifacthub.io/prerelease: "false"
3+
- Update Ingress-Nginx version controller-v1.12.0-beta.0
4+
artifacthub.io/prerelease: "true"
55
apiVersion: v2
6-
appVersion: 1.11.2
6+
appVersion: 1.12.0-beta.0
77
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
88
load balancer
99
home: https://github.com/kubernetes/ingress-nginx
@@ -22,4 +22,4 @@ maintainers:
2222
name: ingress-nginx
2323
sources:
2424
- https://github.com/kubernetes/ingress-nginx
25-
version: 4.11.2
25+
version: 4.12.0-beta.0

charts/ingress-nginx/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
44

5-
![Version: 4.11.2](https://img.shields.io/badge/Version-4.11.2-informational?style=flat-square) ![AppVersion: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square)
5+
![Version: 4.12.0-beta.0](https://img.shields.io/badge/Version-4.12.0--beta.0-informational?style=flat-square) ![AppVersion: 1.12.0-beta.0](https://img.shields.io/badge/AppVersion-1.12.0--beta.0-informational?style=flat-square)
66

77
To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
88

@@ -322,16 +322,16 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
322322
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
323323
| controller.image.allowPrivilegeEscalation | bool | `false` | |
324324
| controller.image.chroot | bool | `false` | |
325-
| controller.image.digest | string | `"sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce"` | |
326-
| controller.image.digestChroot | string | `"sha256:21b55a2f0213a18b91612a8c0850167e00a8e34391fd595139a708f9c047e7a8"` | |
325+
| controller.image.digest | string | `"sha256:9724476b928967173d501040631b23ba07f47073999e80e34b120e8db5f234d5"` | |
326+
| controller.image.digestChroot | string | `"sha256:6e2f8f52e1f2571ff65bc4fc4826d5282d5def5835ec4ab433dcb8e659b2fbac"` | |
327327
| controller.image.image | string | `"ingress-nginx/controller"` | |
328328
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
329329
| controller.image.readOnlyRootFilesystem | bool | `false` | |
330330
| controller.image.runAsGroup | int | `82` | This value must not be changed using the official image. uid=101(www-data) gid=82(www-data) groups=82(www-data) |
331331
| controller.image.runAsNonRoot | bool | `true` | |
332332
| controller.image.runAsUser | int | `101` | This value must not be changed using the official image. uid=101(www-data) gid=82(www-data) groups=82(www-data) |
333333
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
334-
| controller.image.tag | string | `"v1.11.2"` | |
334+
| controller.image.tag | string | `"v1.12.0-beta.0"` | |
335335
| controller.ingressClass | string | `"nginx"` | For backwards compatibility with ingress.class annotation, use ingressClass. Algorithm is as follows, first ingressClassName is considered, if not present, controller looks for ingress.class annotation |
336336
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
337337
| controller.ingressClassResource | object | `{"aliases":[],"annotations":{},"controllerValue":"k8s.io/ingress-nginx","default":false,"enabled":true,"name":"nginx","parameters":{}}` | This section refers to the creation of the IngressClass resource. IngressClasses are immutable and cannot be changed after creation. We do not support namespaced IngressClasses, yet, so a ClusterRole and a ClusterRoleBinding is required. |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org).
4+
5+
### 4.12.0-beta.0
6+
7+
* Update Ingress-Nginx version controller-v1.12.0-beta.0
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.11.0...helm-chart-4.12.0-beta.0

charts/ingress-nginx/values.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ global:
66
image:
77
# -- Registry host to pull images from.
88
registry: registry.k8s.io
9-
109
## Overrides for generated resource names
1110
# See templates/_helpers.tpl
1211
# nameOverride:
@@ -31,9 +30,9 @@ controller:
3130
## for backwards compatibility consider setting the full image url via the repository value below
3231
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
3332
## repository:
34-
tag: "v1.11.2"
35-
digest: sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce
36-
digestChroot: sha256:21b55a2f0213a18b91612a8c0850167e00a8e34391fd595139a708f9c047e7a8
33+
tag: "v1.12.0-beta.0"
34+
digest: sha256:9724476b928967173d501040631b23ba07f47073999e80e34b120e8db5f234d5
35+
digestChroot: sha256:6e2f8f52e1f2571ff65bc4fc4826d5282d5def5835ec4ab433dcb8e659b2fbac
3736
pullPolicy: IfNotPresent
3837
runAsNonRoot: true
3938
# -- This value must not be changed using the official image.
@@ -244,7 +243,6 @@ controller:
244243
# -- Specifies the number of seconds you want to wait for the controller deployment to progress before the system reports back that it has failed.
245244
# Ref.: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#progress-deadline-seconds
246245
progressDeadlineSeconds: 0
247-
248246
# -- `minReadySeconds` to avoid killing pods before we are ready
249247
##
250248
minReadySeconds: 0
@@ -386,7 +384,6 @@ controller:
386384
# -- Eviction policy for unhealthy pods guarded by PodDisruptionBudget.
387385
# Ref: https://kubernetes.io/blog/2023/01/06/unhealthy-pod-eviction-policy-for-pdbs/
388386
unhealthyPodEvictionPolicy: ""
389-
390387
## Define requests resources to avoid probe issues due to CPU utilization in busy nodes
391388
## ref: https://github.com/kubernetes/ingress-nginx/issues/4735#issuecomment-551204903
392389
## Ideally, there should be no limits.
@@ -1093,7 +1090,6 @@ defaultBackend:
10931090
# -- Eviction policy for unhealthy pods guarded by PodDisruptionBudget.
10941091
# Ref: https://kubernetes.io/blog/2023/01/06/unhealthy-pod-eviction-policy-for-pdbs/
10951092
unhealthyPodEvictionPolicy: ""
1096-
10971093
resources: {}
10981094
# limits:
10991095
# cpu: 10m

0 commit comments

Comments
 (0)