Skip to content

Commit

Permalink
Merge pull request #8786 from zalando-incubator/skipper-ingress-ipv6-…
Browse files Browse the repository at this point in the history
…http-redirect

Fix forwarded headers exclude cirds for IPv6
  • Loading branch information
AlexanderYastrebov authored Jan 20, 2025
2 parents 09f169c + 86d0941 commit cf40077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{ $cluster_internal_cidrs := list "10.2.0.0/15" .Values.vpc_ipv4_cidr }}
{{ if eq .Cluster.Provider "zalando-eks" }}
{{ if eq .Cluster.ConfigItems.eks_ip_family "ipv6" }}
{{ $cluster_internal_cidrs = .Values.vpc_ipv6_cidrs }}
{{ $cluster_internal_cidrs = append .Values.vpc_ipv6_cidrs .Values.vpc_ipv4_cidr }}
{{ else }}
{{ $cluster_internal_cidrs = list .Values.vpc_ipv4_cidr }}
{{ end }}
Expand Down

0 comments on commit cf40077

Please sign in to comment.