chore: migrate artifactapi to kustomize
- migrate terraform deployment to kustomize
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- artifactapi-deployment.yaml
|
||||
- configmap.yaml
|
||||
- ingress.yaml
|
||||
- namespace.yaml
|
||||
- postgres-deployment.yaml
|
||||
- pvc.yaml
|
||||
- redis-deployment.yaml
|
||||
- services.yaml
|
||||
- vaultauth.yaml
|
||||
- vaultstaticsecret.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: remotes-config
|
||||
files:
|
||||
- resources/remotes.yaml
|
||||
Reference in New Issue
Block a user