mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-19 01:47:33 -02:30
Add support for the updated (startup|liveness|readiness)Probe.Port numbers in Cilium (#9031)
This commit is contained in:
@@ -96,7 +96,11 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
host: '127.0.0.1'
|
host: '127.0.0.1'
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
{% if cilium_version | regex_replace('v') is version('1.11.6', '>=') %}
|
||||||
|
port: 9879
|
||||||
|
{% else %}
|
||||||
port: 9876
|
port: 9876
|
||||||
|
{% endif %}
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
httpHeaders:
|
httpHeaders:
|
||||||
- name: "brief"
|
- name: "brief"
|
||||||
@@ -108,7 +112,11 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
host: '127.0.0.1'
|
host: '127.0.0.1'
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
{% if cilium_version | regex_replace('v') is version('1.11.6', '>=') %}
|
||||||
|
port: 9879
|
||||||
|
{% else %}
|
||||||
port: 9876
|
port: 9876
|
||||||
|
{% endif %}
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
httpHeaders:
|
httpHeaders:
|
||||||
- name: "brief"
|
- name: "brief"
|
||||||
@@ -121,7 +129,11 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
{% if cilium_version | regex_replace('v') is version('1.11.6', '>=') %}
|
||||||
|
port: 9879
|
||||||
|
{% else %}
|
||||||
port: 9876
|
port: 9876
|
||||||
|
{% endif %}
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
httpHeaders:
|
httpHeaders:
|
||||||
- name: "brief"
|
- name: "brief"
|
||||||
|
|||||||
Reference in New Issue
Block a user