Skip to content
Snippets Groups Projects
Unverified Commit 5336943a authored by Sergey's avatar Sergey Committed by GitHub
Browse files

add cilium_operator_api_serve_addr to cilium operator config (#7901)

parent 9dfade56
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ cilium_hubble_tls_generate: false
# https://docs.cilium.io/en/v1.9/concepts/networking/ipam/
cilium_ipam_mode: kubernetes
# The address at which the cillium operator bind health check api
cilium_operator_api_serve_addr: "127.0.0.1:9234"
## A dictionary of extra config variables to add to cilium-config, formatted like:
## cilium_config_extra_vars:
## var1: "value1"
......
......@@ -151,6 +151,8 @@ data:
native-routing-cidr: "{{ cilium_native_routing_cidr }}"
auto-direct-node-routes: "{{ cilium_auto_direct_node_routes }}"
operator-api-serve-addr: "{{ cilium_operator_api_serve_addr }}"
# Hubble settings
{% if cilium_enable_hubble %}
enable-hubble: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment