feat: artifactapi route change (#198)
complete cutover to artifactapi 3 --------- Co-authored-by: Ben Vincent <ben@unkin.net> Reviewed-on: #198
This commit was merged in pull request #198.
This commit is contained in:
@@ -3,41 +3,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- artifactapi-deployment.yaml
|
||||
- artifactapi-hpa.yaml
|
||||
- httproute.yaml
|
||||
- postgres-deployment.yaml
|
||||
- redis-deployment.yaml
|
||||
- pvc.yaml
|
||||
# shared
|
||||
- configmap.yaml
|
||||
- services.yaml
|
||||
- gateway.yaml
|
||||
- namespace.yaml
|
||||
- vaultauth.yaml
|
||||
- vaultstaticsecret.yaml
|
||||
# new
|
||||
- api-deployment.yaml
|
||||
- api-hpa.yaml
|
||||
- configmap.yaml
|
||||
- cnpg_cluster.yaml
|
||||
- cnpg_pooler.yaml
|
||||
- gateway.yaml
|
||||
- httproute.yaml
|
||||
- namespace.yaml
|
||||
- redis-deployment.yaml
|
||||
- services.yaml
|
||||
- ui-deployment.yaml
|
||||
- ui-hpa.yaml
|
||||
# to copy still
|
||||
# - httproute.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
|
||||
- vaultauth.yaml
|
||||
- vaultstaticsecret.yaml
|
||||
|
||||
Reference in New Issue
Block a user