Skip to content

Commit 9fb29d2

Browse files
EXO-5: [Change] update haproxy-ingress.yaml - fix protocol
1 parent ecefa6f commit 9fb29d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubectl/manifest/manifests/haproxy-ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ apiVersion: v1
236236
kind: Service
237237
metadata:
238238
annotations:
239-
service.beta.kubernetes.io/exoscale-loadbalancer-service-healthcheck-mode: "https"
239+
service.beta.kubernetes.io/exoscale-loadbalancer-service-healthcheck-mode: "http"
240240
service.beta.kubernetes.io/exoscale-loadbalancer-service-healthcheck-uri: "/healthz"
241241
service.beta.kubernetes.io/exoscale-loadbalancer-service-strategy: round-robin
242242
service.beta.kubernetes.io/exoscale-loadbalancer-id: "${exoscale_loadbalancer_id}"

0 commit comments

Comments
 (0)