From 276bfdcd7a3bbb1ceeb2373e6a772c1c0f92e21a Mon Sep 17 00:00:00 2001 From: "ryan-distrust.co" Date: Mon, 24 Jul 2023 23:45:37 -0500 Subject: [PATCH] k/website: fix ingress and use direct wkd format --- kustomizations/website/ingress.yaml | 1 + kustomizations/website/wellknown.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kustomizations/website/ingress.yaml b/kustomizations/website/ingress.yaml index 048c44d..a27b26b 100644 --- a/kustomizations/website/ingress.yaml +++ b/kustomizations/website/ingress.yaml @@ -5,6 +5,7 @@ metadata: annotations: cert-manager.io/cluster-issuer: letsencrypt external-dns.alpha.kubernetes.io/hostname: distrust.co + nginx.ingress.kubernetes.io/enable-cors: "true" spec: ingressClassName: nginx rules: diff --git a/kustomizations/website/wellknown.yaml b/kustomizations/website/wellknown.yaml index f04f1e0..f0b0bc8 100644 --- a/kustomizations/website/wellknown.yaml +++ b/kustomizations/website/wellknown.yaml @@ -21,7 +21,7 @@ spec: - -c - >- cat /keys/* | - sq wkd generate /output distrust.co + sq wkd generate -d /output distrust.co volumeMounts: - name: data mountPath: /output