Skip to content
Snippets Groups Projects
Commit 6e645c6a authored by xeruf's avatar xeruf
Browse files

apps: allow embedding for more tools

parent 65049a09
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ data:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
hosts:
- host: "${n8n_domain}"
paths: [ "/" ]
......
......@@ -33,6 +33,8 @@ data:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
hosts:
- host: "${calcom_domain}"
paths:
......
......@@ -23,6 +23,8 @@ data:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
hosts:
- host: "${taiga_domain}"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment