Enable Web and capitalize Prefix, because yaml...
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
a9dd75bcdf
commit
515e6311a3
|
@ -38,7 +38,19 @@ spec:
|
||||||
secretName: s3-le-secret
|
secretName: s3-le-secret
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: prefix
|
pathType: Prefix
|
||||||
|
web:
|
||||||
|
api:
|
||||||
|
enabled: "true"
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
|
hosts:
|
||||||
|
- host: files.martyn.berlin
|
||||||
|
secretName: s3-le-secret
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
path: script/helm/garage
|
path: script/helm/garage
|
||||||
repoURL: https://git.deuxfleurs.fr/Deuxfleurs/garage
|
repoURL: https://git.deuxfleurs.fr/Deuxfleurs/garage
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
|
Loading…
Reference in New Issue