This is an automated email from the ASF dual-hosted git repository.
vishesh pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-kubernetes-provider.git
The following commit(s) were added to refs/heads/main by this push:
new 848ac99e Fix for
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol (#74)
848ac99e is described below
commit 848ac99e7ec029ec9e6cb5bd6be24a4b43389720
Author: akhilesh78 <[email protected]>
AuthorDate: Wed Dec 3 12:38:31 2025 +0400
Fix for service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol
(#74)
---
nginx-ingress-controller-patch.yml | 2 +-
traefik-ingress-controller.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nginx-ingress-controller-patch.yml
b/nginx-ingress-controller-patch.yml
index dd66a791..da9664ce 100644
--- a/nginx-ingress-controller-patch.yml
+++ b/nginx-ingress-controller-patch.yml
@@ -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:
diff --git a/traefik-ingress-controller.yml b/traefik-ingress-controller.yml
index f61ad077..4d509042 100644
--- a/traefik-ingress-controller.yml
+++ b/traefik-ingress-controller.yml
@@ -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: