ipv6 on GKE Gateway (#1801)

This commit is contained in:
Sam Darwin
2025-05-22 08:13:18 -06:00
committed by GitHub
parent 72112febff
commit ce56022b55
4 changed files with 7 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ spec:
addresses:
- type: NamedAddress
value: {{ .Values.gatewayStaticIp }}
{{- if .Values.gatewayStaticIpv6 }}
- type: NamedAddress
value: {{ .Values.gatewayStaticIpv6 }}
{{- end }}
---
kind: HTTPRoute

View File

@@ -239,5 +239,6 @@ managedCertName: managed-cert-cppal-dev,managed-cert-cppal-dev2
secretCertName: boostorgcert
ingressStaticIp: cppal-dev-ingress1
gatewayStaticIp: cppal-dev-ingress1
gatewayStaticIpv6: cppal-dev-gateway-ipv6
redisInstall: false
celeryInstall: true

View File

@@ -238,5 +238,6 @@ managedCertName: managed-cert-boost-production,managed-cert-boost-production2
secretCertName: boostorgcert
ingressStaticIp: boost-production-ingress1
gatewayStaticIp: boost-io-ingress1
gatewayStaticIpv6: production-gateway-ipv6
redisInstall: false
celeryInstall: true

View File

@@ -238,5 +238,6 @@ managedCertName: managed-cert-boost-stage,managed-cert-boost-stage2
secretCertName: boostorgcert
ingressStaticIp: boost-stage-ingress1
gatewayStaticIp: boost-stage-ingress1
gatewayStaticIpv6: stage-gateway-ipv6
redisInstall: false
celeryInstall: true