Files
mas/deploy/k8s/kustomization.yaml
Mayne0213 9eec298fb3 FEAT(k8s): add ArgoCD configuration
- Add ArgoCD application configuration
- Reorganize k8s manifests
2025-12-23 22:46:52 +09:00

15 lines
244 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: mas
resources:
- namespace.yaml
- deployment.yaml
- service.yaml
- ingress.yaml
- mas-api-keys.yaml
- mas-postgres.yaml
- postgresql-root-password.yaml