Skip to content

Commit

Permalink
fix(helm): nat gw prefix
Browse files Browse the repository at this point in the history
Signed-off-by: SkalaNetworks <[email protected]>
  • Loading branch information
SkalaNetworks committed Nov 6, 2024
1 parent 302509c commit 06eeb23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/kube-ovn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ validatingWebhook:

# -- Configuration for the NAT gateway
natGw:
# -- Prefix appended to the name of the NAT gateways when generating the Pods
# If this value is changed after NAT GWs have been provisioned, every NAT gateway will need to be
# manually destroyed and recreated.
namePrefix: "vpc-nat-gw"
# -- Configuration of the BGP sidecar for when a NAT gateway is running in BGP mode
bgpSpeaker:
# -- Image used by the NAT gateway sidecar
Expand All @@ -158,10 +162,6 @@ natGw:
# -- Network attachment definition used to reach the API server when running on BGP mode
# See https://kubeovn.github.io/docs/stable/en/advance/with-bgp/
apiNadProvider: "{{ .Values.apiNad.name }}.{{ .Values.namespace }}.ovn"
# -- Prefix appended to the name of the NAT gateways when generating the Pods
# If this value is changed after NAT GWs have been provisioned, every NAT gateway will need to be
# manually destroyed and recreated.
namePrefix: "vpc-nat-gw"

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

0 comments on commit 06eeb23

Please sign in to comment.