Skip to content
Merged
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
1 change: 1 addition & 0 deletions assets/router/service-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
# This also has the effect of marking LB pool targets as unhealthy when no
# router pods are present on a node behind the service.
externalTrafficPolicy: Local
internalTrafficPolicy: Cluster
ports:
- name: http
protocol: TCP
Expand Down
1 change: 1 addition & 0 deletions assets/router/service-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ apiVersion: v1
# name, namespace and annotations are set at runtime.
spec:
type: ClusterIP
internalTrafficPolicy: Cluster
ports:
- name: http
port: 80
Expand Down
16 changes: 8 additions & 8 deletions pkg/manifests/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading