Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/pylon/deploy/pylon-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ spec:
targetPort: 443
selector:
app: pylon
type: LoadBalancer
type: LoadBalancer
externalTrafficPolicy: Local
3 changes: 2 additions & 1 deletion src/ssh-proxy/deploy/ssh-proxy.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ spec:
selector:
app: ssh-proxy
sessionAffinity: None
type: LoadBalancer
type: LoadBalancer
externalTrafficPolicy: Local