Files
argocd-apps/apps/base/artifactapi/kustomization.yaml
T
benvin 349dc5fd01 chore: remove middleware resource (#193)
there is no crd for this, preventing the deployment of artifactapi 3

---------

Co-authored-by: Ben Vincent <ben@unkin.net>
Reviewed-on: #193
2026-06-21 09:10:49 +10:00

47 lines
1.1 KiB
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# v2 (existing)
- artifactapi-deployment.yaml
- artifactapi-hpa.yaml
- configmap.yaml
- httproute.yaml
- services.yaml
# v3 (new)
- cnpg_cluster.yaml
- cnpg_pooler.yaml
- configmap_v3.yaml
- deployment_api.yaml
- deployment_redis.yaml
- deployment_ui.yaml
- gateway_v3.yaml
- hpa_api.yaml
- hpa_ui.yaml
- httproute_v3.yaml
- pvc_v3.yaml
- services_v3.yaml
# shared
- gateway.yaml
- namespace.yaml
- postgres-deployment.yaml
- pvc.yaml
- redis-deployment.yaml
- vaultauth.yaml
- vaultstaticsecret.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