k/website: fix ingress and use direct wkd format

This commit is contained in:
Ryan Heywood 2023-07-24 23:45:37 -05:00
parent e1c227176d
commit 276bfdcd7a
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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