A lowly tech priest's attempt to please Mars
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "fix: set externalTrafficPolicy to Local to preserver source IPs"

Local policy + sharing IPs via metallb is not supported

This reverts commit 1f49e40b94963f254d176ac1a8977533cbb8f604.

-5
-1
kubernetes/apps/media/mediacenter/plex.yaml
··· 75 75 annotations: 76 76 metallb.io/address-pool: manual-pool 77 77 metallb.io/loadBalancerIPs: ${IP_ADDR_PLEX} 78 - externalTrafficPolicy: Local 79 78 ports: 80 79 http: 81 80 primary: true
-2
kubernetes/apps/network/pihole/helmrelease.yaml
··· 93 93 metallb.io/loadBalancerIPs: ${IP_ADDR_INGRESS} 94 94 metallb.io/allow-shared-ip: share-${IP_ADDR_INGRESS} 95 95 controller: pihole 96 - externalTrafficPolicy: Local 97 96 ports: 98 97 devicecom: 99 98 port: 53 ··· 105 104 metallb.io/loadBalancerIPs: ${IP_ADDR_INGRESS} 106 105 metallb.io/allow-shared-ip: share-${IP_ADDR_INGRESS} 107 106 controller: pihole 108 - externalTrafficPolicy: Local 109 107 ports: 110 108 apdiscovery: 111 109 port: 53
-2
kubernetes/system/network/ingress/gateway.yaml
··· 64 64 metallb.io/loadBalancerIPs: ${IP_ADDR_INGRESS} 65 65 metallb.io/allow-shared-ip: share-${IP_ADDR_INGRESS} 66 66 tailscale.com/expose: "true" 67 - spec: 68 - externalTrafficPolicy: Local 69 67 deployment: | 70 68 spec: 71 69 template: