15 lines
381 B
YAML
15 lines
381 B
YAML
- op: replace
|
|
path: /spec/template/spec/containers/0/livenessProbe/httpGet/path
|
|
value: /healthz
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
|
|
value: /healthz
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: INTRERNAL_PORT
|
|
value: "8000"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/envFrom
|
|
value: []
|