mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
@@ -126,6 +126,10 @@ spec:
|
|||||||
- name: TYPHA_PROMETHEUSMETRICSPORT
|
- name: TYPHA_PROMETHEUSMETRICSPORT
|
||||||
value: "{{ typha_prometheusmetricsport }}"
|
value: "{{ typha_prometheusmetricsport }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if calico_ipam_host_local %}
|
||||||
|
- name: USE_POD_CIDR
|
||||||
|
value: "true"
|
||||||
|
{% endif %}
|
||||||
{% if typha_secure %}
|
{% if typha_secure %}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/typha
|
- mountPath: /etc/typha
|
||||||
@@ -135,10 +139,6 @@ spec:
|
|||||||
subPath: ca.crt
|
subPath: ca.crt
|
||||||
name: cacert
|
name: cacert
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{% endif %}
|
|
||||||
{% if calico_ipam_host_local %}
|
|
||||||
- name: USE_POD_CIDR
|
|
||||||
value: "true"
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
Reference in New Issue
Block a user