Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f707283fc5 |
@@ -3,17 +3,41 @@ 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
|
||||||
- vaultauth.yaml
|
# to copy still
|
||||||
- vaultstaticsecret.yaml
|
# - 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
|
||||||
|
|||||||
Reference in New Issue
Block a user