Skip to content

Commit ce56022

Browse files
authored
ipv6 on GKE Gateway (boostorg#1801)
1 parent 72112fe commit ce56022

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

kube/boost/templates/gateway.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ spec:
1919
addresses:
2020
- type: NamedAddress
2121
value: {{ .Values.gatewayStaticIp }}
22+
{{- if .Values.gatewayStaticIpv6 }}
23+
- type: NamedAddress
24+
value: {{ .Values.gatewayStaticIpv6 }}
25+
{{- end }}
2226

2327
---
2428
kind: HTTPRoute

kube/boost/values-cppal-dev-gke.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,6 @@ managedCertName: managed-cert-cppal-dev,managed-cert-cppal-dev2
239239
secretCertName: boostorgcert
240240
ingressStaticIp: cppal-dev-ingress1
241241
gatewayStaticIp: cppal-dev-ingress1
242+
gatewayStaticIpv6: cppal-dev-gateway-ipv6
242243
redisInstall: false
243244
celeryInstall: true

kube/boost/values-production-gke.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,6 @@ managedCertName: managed-cert-boost-production,managed-cert-boost-production2
238238
secretCertName: boostorgcert
239239
ingressStaticIp: boost-production-ingress1
240240
gatewayStaticIp: boost-io-ingress1
241+
gatewayStaticIpv6: production-gateway-ipv6
241242
redisInstall: false
242243
celeryInstall: true

kube/boost/values-stage-gke.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,6 @@ managedCertName: managed-cert-boost-stage,managed-cert-boost-stage2
238238
secretCertName: boostorgcert
239239
ingressStaticIp: boost-stage-ingress1
240240
gatewayStaticIp: boost-stage-ingress1
241+
gatewayStaticIpv6: stage-gateway-ipv6
241242
redisInstall: false
242243
celeryInstall: true

0 commit comments

Comments
 (0)