++ fix generic scheduling for postgresql and zitadel

This commit is contained in:
Kochetkov S 2026-07-14 16:24:53 +03:00
parent 089c125fa3
commit 576b67f566
3 changed files with 26 additions and 4 deletions

View File

@ -67,6 +67,16 @@ patches:
- op: replace - op: replace
path: /metadata/namespace path: /metadata/namespace
value: zitadel value: zitadel
- op: replace
path: /spec/values/primary/nodeSelector
value:
node.deckhouse.io/group: generic
- op: replace
path: /spec/values/primary/tolerations
value:
- key: dedicated.deckhouse.io
operator: Equal
value: generic
target: target:
group: helm.toolkit.fluxcd.io group: helm.toolkit.fluxcd.io
version: v2 version: v2

View File

@ -84,7 +84,10 @@ spec:
failureThreshold: 6 failureThreshold: 6
nodeSelector: nodeSelector:
node.deckhouse.io/group: generic node.deckhouse.io/group: generic
tolerations: [] tolerations:
- key: dedicated.deckhouse.io
operator: Equal
value: generic
contour: contour:
enabled: true enabled: true
adminUser: "postgres" adminUser: "postgres"

View File

@ -24,7 +24,10 @@ spec:
node.deckhouse.io/group: generic node.deckhouse.io/group: generic
- op: add - op: add
path: /spec/template/spec/tolerations path: /spec/template/spec/tolerations
value: [] value:
- key: dedicated.deckhouse.io
operator: Equal
value: generic
- op: replace - op: replace
path: /spec/template/metadata/annotations/vault.hashicorp.com~1agent-inject-template-zitadel-vault-config.yaml path: /spec/template/metadata/annotations/vault.hashicorp.com~1agent-inject-template-zitadel-vault-config.yaml
value: |- value: |-
@ -55,7 +58,10 @@ spec:
node.deckhouse.io/group: generic node.deckhouse.io/group: generic
- op: add - op: add
path: /spec/template/spec/tolerations path: /spec/template/spec/tolerations
value: [] value:
- key: dedicated.deckhouse.io
operator: Equal
value: generic
- op: replace - op: replace
path: /spec/template/metadata/annotations/vault.hashicorp.com~1agent-inject-template-zitadel-vault-config.yaml path: /spec/template/metadata/annotations/vault.hashicorp.com~1agent-inject-template-zitadel-vault-config.yaml
value: |- value: |-
@ -86,7 +92,10 @@ spec:
node.deckhouse.io/group: generic node.deckhouse.io/group: generic
- op: add - op: add
path: /spec/template/spec/tolerations path: /spec/template/spec/tolerations
value: [] value:
- key: dedicated.deckhouse.io
operator: Equal
value: generic
- op: replace - op: replace
path: /spec/template/metadata/annotations/vault.hashicorp.com~1agent-inject-template-zitadel-vault-config.yaml path: /spec/template/metadata/annotations/vault.hashicorp.com~1agent-inject-template-zitadel-vault-config.yaml
value: |- value: |-