Compare commits

..

1 Commits

Author SHA1 Message Date
unkinben 2e8bbc5ec6 feat: artifactapi route change
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
complete cutover to artifactapi 3
2026-06-26 22:46:05 +10:00
+5 -29
View File
@@ -3,41 +3,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- artifactapi-deployment.yaml
- artifactapi-hpa.yaml
- httproute.yaml
- postgres-deployment.yaml
- redis-deployment.yaml
- pvc.yaml
# shared
- namespace.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml
# new
- api-deployment.yaml - api-deployment.yaml
- api-hpa.yaml - api-hpa.yaml
- configmap.yaml - configmap.yaml
- cnpg_cluster.yaml - cnpg_cluster.yaml
- cnpg_pooler.yaml - cnpg_pooler.yaml
- gateway.yaml - gateway.yaml
- httproute.yaml
- namespace.yaml
- redis-deployment.yaml
- services.yaml - services.yaml
- ui-deployment.yaml - ui-deployment.yaml
- ui-hpa.yaml - ui-hpa.yaml
# to copy still - vaultauth.yaml
# - httproute.yaml - vaultstaticsecret.yaml
# - redis-deployment.yaml
configMapGenerator:
- name: remotes-config
files:
- resources/conf.d/config.yaml
- resources/conf.d/local-generic.yaml
- resources/conf.d/remote-generic.yaml
- resources/conf.d/remote-alpine.yaml
- resources/conf.d/remote-rpm.yaml
- resources/conf.d/remote-docker.yaml
- resources/conf.d/remote-helm.yaml
- resources/conf.d/virtual-helm.yaml
options:
disableNameSuffixHash: true