add support for custom calico port (#7419)
This commit is contained in:
@ -96,3 +96,6 @@ typha_max_connections_lower_limit: 300
|
|||||||
typha_secure: false
|
typha_secure: false
|
||||||
|
|
||||||
calico_feature_control: {}
|
calico_feature_control: {}
|
||||||
|
|
||||||
|
# Calico default BGP port
|
||||||
|
calico_bgp_listen_port: 179
|
||||||
|
@ -207,6 +207,7 @@
|
|||||||
"name": "default",
|
"name": "default",
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
|
"listenPort": {{ calico_bgp_listen_port }},
|
||||||
"logSeverityScreen": "Info",
|
"logSeverityScreen": "Info",
|
||||||
{% if not calico_no_global_as_num|default(false) %}"asNumber": {{ global_as_num }},{% endif %}
|
{% if not calico_no_global_as_num|default(false) %}"asNumber": {{ global_as_num }},{% endif %}
|
||||||
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled|default('true') }} ,
|
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled|default('true') }} ,
|
||||||
|
Reference in New Issue
Block a user