feat: add artifactapi3 application
Deploy artifactapi v3 with separate API and UI deployments, CNPG PostgreSQL cluster with pooler, and Redis.
This commit is contained in:
@@ -5,16 +5,28 @@ kind: Kustomization
|
||||
resources:
|
||||
- artifactapi-deployment.yaml
|
||||
- artifactapi-hpa.yaml
|
||||
- configmap.yaml
|
||||
- httproute.yaml
|
||||
- postgres-deployment.yaml
|
||||
- redis-deployment.yaml
|
||||
- pvc.yaml
|
||||
# shared
|
||||
- configmap.yaml
|
||||
- services.yaml
|
||||
- gateway.yaml
|
||||
- namespace.yaml
|
||||
- postgres-deployment.yaml
|
||||
- pvc.yaml
|
||||
- redis-deployment.yaml
|
||||
- vaultauth.yaml
|
||||
- vaultstaticsecret.yaml
|
||||
# new
|
||||
- api-deployment.yaml
|
||||
- api-hpa.yaml
|
||||
- cnpg_cluster.yaml
|
||||
- cnpg_pooler.yaml
|
||||
- ui-deployment.yaml
|
||||
- ui-hpa.yaml
|
||||
# to copy still
|
||||
# - httproute.yaml
|
||||
# - redis-deployment.yaml
|
||||
|
||||
|
||||
configMapGenerator:
|
||||
- name: remotes-config
|
||||
|
||||
Reference in New Issue
Block a user