Files
argocd-apps/apps/base/artifactapi/kustomization.yaml
T
unkinben 53ed633e2d
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
chore: migrate artifactapi to kustomize
- migrate terraform deployment to kustomize
- change to HorizontalPodAutoscaler
2026-03-06 20:56:53 +11:00

22 lines
412 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- artifactapi-deployment.yaml
- artifactapi-hpa.yaml
- configmap.yaml
- ingress.yaml
- namespace.yaml
- postgres-deployment.yaml
- pvc.yaml
- redis-deployment.yaml
- services.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml
configMapGenerator:
- name: remotes-config
files:
- resources/remotes.yaml