Skip to content

Commit 06eeb23

Browse files
committed
fix(helm): nat gw prefix
Signed-off-by: SkalaNetworks <[email protected]>
1 parent 302509c commit 06eeb23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/kube-ovn/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ validatingWebhook:
148148

149149
# -- Configuration for the NAT gateway
150150
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"
151155
# -- Configuration of the BGP sidecar for when a NAT gateway is running in BGP mode
152156
bgpSpeaker:
153157
# -- Image used by the NAT gateway sidecar
@@ -158,10 +162,6 @@ natGw:
158162
# -- Network attachment definition used to reach the API server when running on BGP mode
159163
# See https://kubeovn.github.io/docs/stable/en/advance/with-bgp/
160164
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"
165165

166166
# -- API NetworkAttachmentDefinition to give some pods (CoreDNS, NAT GW) in custom VPCs access to the K8S API
167167
# This requires Multus to be installed

0 commit comments

Comments
 (0)