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