Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
fix: up kube-workflow
Browse files Browse the repository at this point in the history
fix: up kube-workflow
  • Loading branch information
devthejo authored Apr 4, 2022
2 parents 36c7656 + 4d0da5a commit 5fd40ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .kube-workflow/common/kustomization.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .kube-workflow/common/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
app:
enabled: true
containerPort: 3000
ingress:
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Content-Security-Policy: default-src 'self'; connect-src 'self' https://*.gouv.fr; font-src 'self' https://fonts.gstatic.com/; media-src 'self' https://*.gouv.fr; img-src 'self' https://*.gouv.fr https://a.tile.openstreetmap.org https://b.tile.openstreetmap.org https://c.tile.openstreetmap.org; prefetch-src 'self' https://*.gouv.fr; script-src 'self' https://*.gouv.fr 'unsafe-inline'; frame-src 'self' https://*.gouv.fr; style-src 'self' 'unsafe-inline'";
more_set_headers "X-Frame-Options: deny";
more_set_headers "X-XSS-Protection: 1; mode=block";
more_set_headers "X-Content-Type-Options: nosniff";

0 comments on commit 5fd40ae

Please sign in to comment.