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