1c6e087116
attempted to let claude deploy a new version of artifactory with terrible results. this change is to remove that mess so I can start again. --------- Co-authored-by: Ben Vincent <ben@unkin.net> Reviewed-on: #196
32 lines
787 B
YAML
32 lines
787 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- artifactapi-deployment.yaml
|
|
- artifactapi-hpa.yaml
|
|
- configmap.yaml
|
|
- httproute.yaml
|
|
- services.yaml
|
|
- gateway.yaml
|
|
- namespace.yaml
|
|
- postgres-deployment.yaml
|
|
- pvc.yaml
|
|
- redis-deployment.yaml
|
|
- vaultauth.yaml
|
|
- vaultstaticsecret.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
|