Files
manifests/archmeister/base/deployment_patch.yaml
T
2024-02-01 10:36:47 +01:00

7 lines
201 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