If you won't play nice, don't play.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
d4e4e4354d
commit
1610d11112
1 changed files with 0 additions and 65 deletions
|
@ -1,65 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: garage
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
namespace: garage
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
project: infra
|
|
||||||
source:
|
|
||||||
helm:
|
|
||||||
valuesObject:
|
|
||||||
service:
|
|
||||||
type: LoadBalancer
|
|
||||||
persistence:
|
|
||||||
enabled: "true"
|
|
||||||
meta:
|
|
||||||
storageClass: longhorn-fast
|
|
||||||
data:
|
|
||||||
storageClass: longhorn-spinny
|
|
||||||
size: "1Gi"
|
|
||||||
deployment:
|
|
||||||
replicaCount: "1"
|
|
||||||
garage:
|
|
||||||
replicationMode: "1"
|
|
||||||
s3:
|
|
||||||
api:
|
|
||||||
rootDomain: ".s3.files.martyn.berlin"
|
|
||||||
web:
|
|
||||||
rootDomain: ".martyn.berlin"
|
|
||||||
ingress:
|
|
||||||
s3:
|
|
||||||
api:
|
|
||||||
className: "nginx"
|
|
||||||
enabled: "true"
|
|
||||||
annotations:
|
|
||||||
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: "700m"
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- "s3.files.martyn.berlin"
|
|
||||||
hosts:
|
|
||||||
- host: s3.files.martyn.berlin
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
web:
|
|
||||||
className: "nginx"
|
|
||||||
enabled: "true"
|
|
||||||
annotations:
|
|
||||||
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- "oldfiles.martyn.berlin"
|
|
||||||
hosts:
|
|
||||||
- host: oldfiles.martyn.berlin
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
path: script/helm/garage
|
|
||||||
repoURL: https://git.deuxfleurs.fr/Deuxfleurs/garage
|
|
||||||
targetRevision: HEAD
|
|
Loading…
Add table
Reference in a new issue