From 18f445502b13f1de046b765f6764af8392b9b5e8 Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Wed, 29 Jun 2022 16:25:49 +0200 Subject: [PATCH] Shit, fucked up cluster-issuer --- .drone/helm/prod-val.yaml | 2 +- .drone/helm/staging-val.yaml | 2 +- .gitignore | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone/helm/prod-val.yaml b/.drone/helm/prod-val.yaml index 2ea1925..d929379 100644 --- a/.drone/helm/prod-val.yaml +++ b/.drone/helm/prod-val.yaml @@ -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"; diff --git a/.drone/helm/staging-val.yaml b/.drone/helm/staging-val.yaml index a4c6e1c..9d587a2 100644 --- a/.drone/helm/staging-val.yaml +++ b/.drone/helm/staging-val.yaml @@ -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"; diff --git a/.gitignore b/.gitignore index 1cc2186..9c0866e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vscode app web/*.wasm -staticsite \ No newline at end of file +staticsite +node_modules \ No newline at end of file