File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ validatingWebhook:
148
148
149
149
# -- Configuration for the NAT gateway
150
150
natGw :
151
+ # -- Prefix appended to the name of the NAT gateways when generating the Pods
152
+ # If this value is changed after NAT GWs have been provisioned, every NAT gateway will need to be
153
+ # manually destroyed and recreated.
154
+ namePrefix : " vpc-nat-gw"
151
155
# -- Configuration of the BGP sidecar for when a NAT gateway is running in BGP mode
152
156
bgpSpeaker :
153
157
# -- Image used by the NAT gateway sidecar
@@ -158,10 +162,6 @@ natGw:
158
162
# -- Network attachment definition used to reach the API server when running on BGP mode
159
163
# See https://kubeovn.github.io/docs/stable/en/advance/with-bgp/
160
164
apiNadProvider : " {{ .Values.apiNad.name }}.{{ .Values.namespace }}.ovn"
161
- # -- Prefix appended to the name of the NAT gateways when generating the Pods
162
- # If this value is changed after NAT GWs have been provisioned, every NAT gateway will need to be
163
- # manually destroyed and recreated.
164
- namePrefix : " vpc-nat-gw"
165
165
166
166
# -- API NetworkAttachmentDefinition to give some pods (CoreDNS, NAT GW) in custom VPCs access to the K8S API
167
167
# This requires Multus to be installed
You can’t perform that action at this time.
0 commit comments