feat: deploy artifactapi3
just-enough to test terraform deployment and begin migration. have change to cnpg for the database and a new bucket for storage
This commit is contained in:
@@ -3,16 +3,32 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
# v2 (existing)
|
||||
- artifactapi-deployment.yaml
|
||||
- artifactapi-hpa.yaml
|
||||
- configmap.yaml
|
||||
- gateway.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
|
||||
- middleware.yaml
|
||||
- pvc_v3.yaml
|
||||
- services_v3.yaml
|
||||
# shared
|
||||
- gateway.yaml
|
||||
- namespace.yaml
|
||||
- postgres-deployment.yaml
|
||||
- pvc.yaml
|
||||
- redis-deployment.yaml
|
||||
- services.yaml
|
||||
- vaultauth.yaml
|
||||
- vaultstaticsecret.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user