ISSUE-4244 e2e test
This commit is contained in:
parent
203a3ed455
commit
e84c8cd705
3 changed files with 75 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
- op: replace
|
||||
path: /spec/template/spec/containers/0/livenessProbe/httpGet/path
|
||||
value: /not-healthz
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/livenessProbe/httpGet/port
|
||||
value: 9090
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
|
||||
value: /not-healthz
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/readinessProbe/httpGet/port
|
||||
value: 9090
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/args/-
|
||||
value: --health-check-path=/not-healthz
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/args/-
|
||||
value: --healthz-port=9090
|
||||
Loading…
Add table
Add a link
Reference in a new issue