Skip to content
Snippets Groups Projects
Unverified Commit 5dbce6a2 authored by Fernando's avatar Fernando Committed by GitHub
Browse files

add support for custom calico port (#7419)

parent 5b0e8833
No related branches found
No related tags found
No related merge requests found
......@@ -96,3 +96,6 @@ typha_max_connections_lower_limit: 300
typha_secure: false
calico_feature_control: {}
# Calico default BGP port
calico_bgp_listen_port: 179
......@@ -207,6 +207,7 @@
"name": "default",
},
"spec": {
"listenPort": {{ calico_bgp_listen_port }},
"logSeverityScreen": "Info",
{% if not calico_no_global_as_num|default(false) %}"asNumber": {{ global_as_num }},{% endif %}
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled|default('true') }} ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment