mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
ipv6 on GKE Gateway (#1801)
This commit is contained in:
@@ -19,6 +19,10 @@ spec:
|
||||
addresses:
|
||||
- type: NamedAddress
|
||||
value: {{ .Values.gatewayStaticIp }}
|
||||
{{- if .Values.gatewayStaticIpv6 }}
|
||||
- type: NamedAddress
|
||||
value: {{ .Values.gatewayStaticIpv6 }}
|
||||
{{- end }}
|
||||
|
||||
---
|
||||
kind: HTTPRoute
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user