add app init files

This commit is contained in:
2026-08-11 16:06:22 +03:00
parent 4525d60385
commit 9f0c613768
16 changed files with 672 additions and 0 deletions
@@ -0,0 +1,18 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: epcare
resources:
- ../../base
- secrets.yaml
patches:
# Pin all Deployments to the single node of this cluster.
# Value must match: kubectl get nodes --show-labels | grep kubernetes.io/hostname
- patch: |-
- op: replace
path: /spec/template/spec/nodeSelector/kubernetes.io~1hostname
value: hexm-0001
target:
kind: Deployment