mirror of https://github.com/easzlab/kubeasz.git
calico add metrics ENV
parent
0dc014b3ea
commit
5a1140fc8e
|
@ -192,6 +192,8 @@ spec:
|
||||||
# Calico will treat traffic to those ports as host traffic instead of pod traffic.
|
# Calico will treat traffic to those ports as host traffic instead of pod traffic.
|
||||||
- name: FELIX_KUBENODEPORTRANGES
|
- name: FELIX_KUBENODEPORTRANGES
|
||||||
value: "{{ NODE_PORT_RANGE.split('-')[0] }}:{{ NODE_PORT_RANGE.split('-')[1] }}"
|
value: "{{ NODE_PORT_RANGE.split('-')[0] }}:{{ NODE_PORT_RANGE.split('-')[1] }}"
|
||||||
|
- name: FELIX_PROMETHEUSMETRICSENABLED
|
||||||
|
value: "true"
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in New Issue