31 lines
635 B
YAML
31 lines
635 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: auth-dev
|
|
|
|
resources:
|
|
- ../../../../../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
|