What yaml crimes have I committed this time?
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
7c5575899d
commit
a5b8072f8a
|
@ -27,6 +27,19 @@ spec:
|
|||
value: "1"
|
||||
- name: garage.web.rootDomain
|
||||
value: "*.files.martyn.berlin"
|
||||
- name: ingress.s3.api.enabled
|
||||
value: "true"
|
||||
- name: ingress.s3.api.annotations
|
||||
value:
|
||||
- external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
|
||||
- cert-manager.io/cluster-issuer: letsencrypt
|
||||
- name: ingress.s3.api.hosts
|
||||
value:
|
||||
- host: s3.files.martyn.berlin
|
||||
secretName: s3-le-secret
|
||||
paths:
|
||||
- path: /
|
||||
pathType: prefix
|
||||
path: script/helm/garage
|
||||
repoURL: https://git.deuxfleurs.fr/Deuxfleurs/garage
|
||||
targetRevision: HEAD
|
||||
|
|
Loading…
Reference in New Issue