diff options
author | Julien Dessaux | 2023-01-25 17:45:06 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-01-25 18:59:53 +0100 |
commit | 627f1f5d32ebeb89c41f72d960b4ab35778f7625 (patch) | |
tree | 29bd5f7531bd5bfe9c06c93f9166fdbd704676b9 /deploy | |
parent | Updated last blog article (diff) | |
download | www-627f1f5d32ebeb89c41f72d960b4ab35778f7625.tar.gz www-627f1f5d32ebeb89c41f72d960b4ab35778f7625.tar.bz2 www-627f1f5d32ebeb89c41f72d960b4ab35778f7625.zip |
Added themes
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/www.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/www.yaml b/deploy/www.yaml index 70abe42..6613173 100644 --- a/deploy/www.yaml +++ b/deploy/www.yaml @@ -89,6 +89,9 @@ spec: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: + annotations: + nginx.ingress.kubernetes.io/configuration-snippet: | + more_set_headers "Content-Security-Policy: script-src 'unsafe-inline'"; namespace: www name: www spec: |