Shit, fucked up cluster-issuer
This commit is contained in:
parent
8730911a5d
commit
18f445502b
|
@ -8,7 +8,7 @@ service:
|
|||
ingress:
|
||||
name: "{{ .Values.name }}"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-{{ .Values.name }}"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.baseURL }}"
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
|
||||
|
|
|
@ -8,7 +8,7 @@ service:
|
|||
ingress:
|
||||
name: "{{ .Values.name }}"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-{{ .Values.name }}"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-staging"
|
||||
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.baseURL }}"
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.vscode
|
||||
app
|
||||
web/*.wasm
|
||||
staticsite
|
||||
staticsite
|
||||
node_modules
|
Loading…
Reference in New Issue