forked from public/stack
k/website: fix ingress and use direct wkd format
This commit is contained in:
parent
e1c227176d
commit
276bfdcd7a
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue