mirror of https://git.rancher.io/rke2-charts
parent
6b064b4d17
commit
308e2ed97a
|
@ -151,6 +151,8 @@ spec:
|
|||
# enable promentheus metrics
|
||||
- name: FELIX_PROMETHEUSMETRICSENABLED
|
||||
value: {{ .Values.calico.felixPrometheusMetricsEnabled | quote }}
|
||||
- name: FELIX_XDPENABLED
|
||||
value: {{ .Values.calico.felixXDPEnabled | quote }}
|
||||
securityContext:
|
||||
privileged: true
|
||||
resources:
|
||||
|
|
|
@ -58,6 +58,8 @@ calico:
|
|||
felixHealthEnabled: true
|
||||
# Enable prometheus metrics
|
||||
felixPrometheusMetricsEnabled: true
|
||||
# Disable XDP Acceleration as we do not support it with our ubi7 base image
|
||||
felixXDPEnabled: false
|
||||
# Whether or not to masquerade traffic to destinations not within
|
||||
# the pod network.
|
||||
masquerade: true
|
||||
|
|
Loading…
Reference in New Issue