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