++ fix trino worker node selector render
This commit is contained in:
parent
047e2e6a91
commit
c45150bc98
@ -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