refactor(gitops): establish platform ownership boundaries
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
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
|
||||
Reference in New Issue
Block a user