diff --git a/everything-app/garage.yaml b/everything-app/garage.yaml index 64669bf..4327e22 100644 --- a/everything-app/garage.yaml +++ b/everything-app/garage.yaml @@ -38,7 +38,19 @@ spec: secretName: s3-le-secret paths: - 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 repoURL: https://git.deuxfleurs.fr/Deuxfleurs/garage targetRevision: HEAD