add cilium_hubble_event_buffer_capacity & cilium_hubble_event_queue_size vars (#10943)

This commit is contained in:
peterw
2024-06-24 04:14:56 +01:00
committed by GitHub
parent 647092b483
commit edce2b528d
4 changed files with 25 additions and 0 deletions

View File

@@ -192,6 +192,12 @@ data:
{% for hubble_metrics_cycle in cilium_hubble_metrics %}
{{ hubble_metrics_cycle }}
{% endfor %}
{% endif %}
{% if cilium_hubble_event_buffer_capacity is defined %}
hubble-event-buffer-capacity: "{{ cilium_hubble_event_buffer_capacity }}"
{% endif %}
{% if cilium_hubble_event_queue_size is defined %}
hubble-event-queue-size: "{{ cilium_hubble_event_queue_size }}"
{% endif %}
hubble-listen-address: ":4244"
{% if cilium_enable_hubble and cilium_hubble_install %}