mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-18 02:32:46 +02:00
zero/k8s: set externalTrafficPolicy: Local (#5266)
This commit is contained in:
parent
c058b8a99c
commit
ae584d02ed
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ metadata:
|
||||||
name: pomerium-proxy
|
name: pomerium-proxy
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
externalTrafficPolicy: Local
|
||||||
ports:
|
ports:
|
||||||
- port: 443
|
- port: 443
|
||||||
targetPort: https
|
targetPort: https
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue