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
2 changes: 1 addition & 1 deletion nginx-ingress-controller-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
annotations:
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: enabled
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true'
spec:
type: LoadBalancer
selector:
Expand Down
2 changes: 1 addition & 1 deletion traefik-ingress-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kind: Service
metadata:
name: traefik
annotations:
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: enabled
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true'
spec:
type: LoadBalancer
ports:
Expand Down
Loading