chore: migrate artifactapi to kustomize
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

- migrate terraform deployment to kustomize
- change to HorizontalPodAutoscaler
This commit is contained in:
2026-03-06 20:48:28 +11:00
parent 0894e51ad5
commit 53ed633e2d
16 changed files with 743 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
---
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