Skip to content

Commit 848ac99

Browse files
authored
Fix for service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol (#74)
1 parent e87b24c commit 848ac99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nginx-ingress-controller-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
app.kubernetes.io/name: ingress-nginx
2525
app.kubernetes.io/part-of: ingress-nginx
2626
annotations:
27-
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: enabled
27+
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: 'true'
2828
spec:
2929
type: LoadBalancer
3030
selector:

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)