Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4a0d099ba7
@ -22,7 +22,7 @@ spec:
|
|||||||
servers:
|
servers:
|
||||||
- hosts:
|
- hosts:
|
||||||
- sarex.uralmine.com
|
- sarex.uralmine.com
|
||||||
- bi.sarex-k8s.uralmine.com
|
- sarex-bi.uralmine.com
|
||||||
- sarex-login.uralmine.com
|
- sarex-login.uralmine.com
|
||||||
- rabbitmq.sarex-k8s.uralmine.com
|
- rabbitmq.sarex-k8s.uralmine.com
|
||||||
- camunda-keycloak.sarex-k8s.uralmine.com
|
- camunda-keycloak.sarex-k8s.uralmine.com
|
||||||
@ -522,7 +522,7 @@ spec:
|
|||||||
superset:
|
superset:
|
||||||
namespace: default
|
namespace: default
|
||||||
hosts:
|
hosts:
|
||||||
- bi.sarex-k8s.uralmine.com
|
- sarex-bi.uralmine.com
|
||||||
gateways:
|
gateways:
|
||||||
- default/platform-gateway
|
- default/platform-gateway
|
||||||
routes:
|
routes:
|
||||||
|
|||||||
@ -116,13 +116,13 @@ spec:
|
|||||||
"object-src": ["'none'"],
|
"object-src": ["'none'"],
|
||||||
"style-src": ["'self'", "'unsafe-inline'"],
|
"style-src": ["'self'", "'unsafe-inline'"],
|
||||||
"script-src": ["'self'", "'strict-dynamic'"],
|
"script-src": ["'self'", "'strict-dynamic'"],
|
||||||
"frame-ancestors": ["'self'", "https://sarex.uralmine.com", "https://*.uralmine.com", "https://*.sarex-k8s.uralmine.com"],
|
"frame-ancestors": ["'self'", "https://sarex.uralmine.com", "https://*.uralmine.com", "https://sarex-bi.uralmine.com"],
|
||||||
},
|
},
|
||||||
"content_security_policy_nonce_in": ["script-src"],
|
"content_security_policy_nonce_in": ["script-src"],
|
||||||
}
|
}
|
||||||
X_FRAME_OPTIONS = None
|
X_FRAME_OPTIONS = None
|
||||||
HTTP_HEADERS = {
|
HTTP_HEADERS = {
|
||||||
"Content-Security-Policy": "frame-ancestors 'self' https://sarex.uralmine.com https://*.uralmine.com https://*.sarex-k8s.uralmine.com",
|
"Content-Security-Policy": "frame-ancestors 'self' https://sarex.uralmine.com https://*.uralmine.com https://sarex-bi.uralmine.com",
|
||||||
}
|
}
|
||||||
extend_timeout: |
|
extend_timeout: |
|
||||||
SQLLAB_ASYNC_TIME_LIMIT_SEC = 300
|
SQLLAB_ASYNC_TIME_LIMIT_SEC = 300
|
||||||
|
|||||||
@ -10,6 +10,26 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
chart: trino-contour
|
chart: trino-contour
|
||||||
version: "0.33.1"
|
version: "0.33.1"
|
||||||
|
postRenderers:
|
||||||
|
- kustomize:
|
||||||
|
patches:
|
||||||
|
- target:
|
||||||
|
group: apps
|
||||||
|
version: v1
|
||||||
|
kind: Deployment
|
||||||
|
name: trino-worker
|
||||||
|
patch: |
|
||||||
|
- op: replace
|
||||||
|
path: /spec/template/spec/nodeSelector
|
||||||
|
value:
|
||||||
|
kubernetes.io/hostname: um-sarex-k8s-worker-04
|
||||||
|
- op: add
|
||||||
|
path: /spec/template/spec/tolerations
|
||||||
|
value:
|
||||||
|
- key: dedicated.processing
|
||||||
|
operator: Equal
|
||||||
|
value: processing
|
||||||
|
effect: NoExecute
|
||||||
values:
|
values:
|
||||||
nameOverride: trino
|
nameOverride: trino
|
||||||
coordinatorNameOverride: trino-coordinator
|
coordinatorNameOverride: trino-coordinator
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user