fix(helmfile): Add cluster.networking.proxies. Deployments need to set this if their load balancer or reverse proxy IPs are not part of the cluster.networking.cidr.

This commit is contained in:
Thorsten Roßner
2024-08-09 08:50:50 +02:00
parent 8aa1a7fa7d
commit a395759551
3 changed files with 15 additions and 2 deletions

View File

@@ -199,6 +199,16 @@ cluster:
- "127.0.0.0/8"
```
If your load balancer / reverse proxy IPs are not already covered by the above `cidr` you need to
explicitly configure the related IPs or IP ranges:
```yaml
cluster:
networking:
incomingCIDR:
- "172.16.0.0/12"
```
### Ingress
By default, the `ingressClassName` is empty to choose your default ingress controller. You may want to customize it by