Skip to content

Commit 161e894

Browse files
authored
Update traefik-ingress-controller.yml
As per source code, annotation should be having a value of 'true' or 'false' and not enabled. The existing examples are incorrect. service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true'
1 parent 39d7a23 commit 161e894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traefik-ingress-controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kind: Service
2020
metadata:
2121
name: traefik
2222
annotations:
23-
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: enabled
23+
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true'
2424
spec:
2525
type: LoadBalancer
2626
ports:

0 commit comments

Comments
 (0)