Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jun 30, 2024
1 parent a127694 commit 76cab05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/system/cilium/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ ingressController:
loadbalancerMode: shared
# -- Enforce https for host having matching TLS host in Ingress.
# Incoming traffic to http listener will return 308 http error code with respective location in header.
enforceHttps: true
enforceHttps: false
# -- Enable proxy protocol for all Ingress listeners. Note that _only_ Proxy protocol traffic will be accepted once this is enabled.
enableProxyProtocol: false
# -- IngressLBAnnotations are the annotation and label prefixes, which are used to filter annotations and/or labels to propagate from Ingress to the Load Balancer service
Expand Down Expand Up @@ -757,7 +757,7 @@ ingressController:
labels: {}
# -- Annotations to be added for the shared LB service
annotations:
# io.cilium/lb-ipam-ips: 192.168.2.103
io.cilium/lb-ipam-ips: 192.168.2.103
# -- Service type for the shared LB service
type: LoadBalancer
# @schema
Expand Down

0 comments on commit 76cab05

Please sign in to comment.