apps: allow embedding for more tools
This commit is contained in:
parent
65049a09b5
commit
6e645c6abf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue