File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11
11
{{- with .Values.natGw.bgpSpeaker.apiNadProvider }}
12
12
apiNadProvider : {{ tpl . $ }}
13
13
{{- end }}
14
+ {{- with .Values.natGw.namePrefix }}
15
+ natGwNamePrefix : {{ . | quote }}
16
+ {{- end }}
14
17
15
18
---
16
19
kind : ConfigMap
Original file line number Diff line number Diff line change @@ -158,6 +158,10 @@ natGw:
158
158
# -- Network attachment definition used to reach the API server when running on BGP mode
159
159
# See https://kubeovn.github.io/docs/stable/en/advance/with-bgp/
160
160
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"
161
165
162
166
# -- API NetworkAttachmentDefinition to give some pods (CoreDNS, NAT GW) in custom VPCs access to the K8S API
163
167
# This requires Multus to be installed
You can’t perform that action at this time.
0 commit comments