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:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
external-dns.alpha.kubernetes.io/hostname: distrust.co
|
external-dns.alpha.kubernetes.io/hostname: distrust.co
|
||||||
|
nginx.ingress.kubernetes.io/enable-cors: "true"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
- -c
|
- -c
|
||||||
- >-
|
- >-
|
||||||
cat /keys/* |
|
cat /keys/* |
|
||||||
sq wkd generate /output distrust.co
|
sq wkd generate -d /output distrust.co
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /output
|
mountPath: /output
|
||||||
|
|
Loading…
Reference in New Issue