apps: allow embedding for more tools
This commit is contained in:
parent
65049a09b5
commit
6e645c6abf
|
@ -25,6 +25,8 @@ data:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
|
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||||
|
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
|
||||||
hosts:
|
hosts:
|
||||||
- host: "${n8n_domain}"
|
- host: "${n8n_domain}"
|
||||||
paths: [ "/" ]
|
paths: [ "/" ]
|
||||||
|
|
|
@ -33,6 +33,8 @@ data:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
|
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||||
|
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
|
||||||
hosts:
|
hosts:
|
||||||
- host: "${calcom_domain}"
|
- host: "${calcom_domain}"
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -23,6 +23,8 @@ data:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
|
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||||
|
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
|
||||||
hosts:
|
hosts:
|
||||||
- host: "${taiga_domain}"
|
- host: "${taiga_domain}"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue