++ 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
path: /metadata/namespace
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:
group: helm.toolkit.fluxcd.io
version: v2

View File

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

View File

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