We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f39b42 commit 8c569c2Copy full SHA for 8c569c2
roles/network_plugin/cilium/templates/values.yaml.j2
@@ -142,6 +142,10 @@ operator:
142
{{ cilium_operator_extra_volume_mounts | to_nice_yaml(indent=2) | indent(4) }}
143
tolerations:
144
{{ cilium_operator_tolerations | to_nice_yaml(indent=2) | indent(4) }}
145
+ prometheus:
146
+ enabled: true
147
+ serviceMonitor:
148
149
150
cluster:
151
id: {{ cilium_cluster_id }}
@@ -163,4 +167,9 @@ envoy:
163
167
repositry: {{ cilium_hubble_envoy_image_repo }}
164
168
tag: {{ cilium_hubble_envoy_image_tag }}
165
169
170
+prometheus:
171
172
173
174
+
166
175
policyAuditMode: {{ cilium_policy_audit_mode }}
0 commit comments