Skip to content

Commit

Permalink
deployment: set proxy service externalTrafficPolicy: Local (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga authored Sep 5, 2024
1 parent 19db665 commit e2f6325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/pomerium/service/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: pomerium-proxy
spec:
type: LoadBalancer
externalTrafficPolicy: Local
ports:
- port: 443
targetPort: https
Expand Down
1 change: 1 addition & 0 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ metadata:
name: pomerium-proxy
namespace: pomerium
spec:
externalTrafficPolicy: Local
ports:
- name: https
port: 443
Expand Down

0 comments on commit e2f6325

Please sign in to comment.