Try garage for s3...

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-16 21:50:27 +00:00
parent 8fceeb700a
commit 9f57b29225
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: garage
namespace: argocd
spec:
destination:
namespace: garage
server: https://kubernetes.default.svc
project: apps
source:
helm:
parameters:
- name: service.type
value: LoadBalancer
- name: persistence.enabled
value: "true"
- name: persistence.meta.storageClass
value: longhorn-fast
- name: persistence.data.storageClass
value: longhorn-slow
- name: deployment.replicaCount
value: 1
- name: garage.web.rootDomain
value: "*.files.martyn.berlin"
path: script/helm/garage
repoURL: https://git.deuxfleurs.fr/Deuxfleurs/garage
targetRevision: HEAD