Files
project-gitops/gitops/clusters/dev-k3s/overlays/workloads/auth-server/kustomization.yaml
T
2026-08-28 17:24:26 +09:00

31 lines
640 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: auth-dev
resources:
- ../../../../../apps/workloads/auth-server/base
- namespace.yaml
- ingress.yaml
- public-access.yaml
- networkpolicy.yaml
- ghcr-regcred.sealedsecret.yaml
patches:
- path: deployment.vault-patch.yaml
- path: db-migration-job.vault-patch.yaml
generatorOptions:
annotations:
argocd.argoproj.io/sync-wave: "0"
configMapGenerator:
- name: auth-server-config
envs:
- config.env
images:
- name: ghcr.io/donghyeonka/project-auth-server
newName: ghcr.io/donghyeonka/project-auth-server
newTag: 1f47f2c