mirror of https://git.rancher.io/rke2-charts
parent
798e73a2df
commit
53cbc86e9c
Binary file not shown.
|
@ -146,6 +146,9 @@ spec:
|
|||
value: {{ .Values.calico.felixLogSeverityScreen | quote }}
|
||||
- name: FELIX_HEALTHENABLED
|
||||
value: {{ .Values.calico.felixHealthEnabled | quote }}
|
||||
# enable promentheus metrics
|
||||
- name: FELIX_PROMETHEUSMETRICSENABLED
|
||||
value: { { .Values.calico.felixPrometheusMetricsEnabled | quote } }
|
||||
securityContext:
|
||||
privileged: true
|
||||
resources:
|
||||
|
|
|
@ -50,6 +50,8 @@ calico:
|
|||
felixLogSeverityScreen: info
|
||||
# Enable felix healthcheck.
|
||||
felixHealthEnabled: true
|
||||
# Enable prometheus metrics
|
||||
felixPrometheusMetricsEnabled: true
|
||||
# Whether or not to masquerade traffic to destinations not within
|
||||
# the pod network.
|
||||
masquerade: true
|
||||
|
|
Loading…
Reference in New Issue