Shit, fucked up cluster-issuer
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
DutchEllie 2022-06-29 16:25:49 +02:00
parent 8730911a5d
commit 18f445502b
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
3 changed files with 4 additions and 3 deletions

View File

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

View File

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

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.vscode
app
web/*.wasm
staticsite
staticsite
node_modules