feat: socerer helmfile setup

This commit is contained in:
2025-06-21 18:24:46 +02:00
parent f4bde45836
commit ea83fa5e7e
37 changed files with 86 additions and 1 deletions
@@ -0,0 +1,11 @@
- 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/envFrom
value: []