++ fix generic scheduling for postgresql and zitadel
This commit is contained in:
parent
089c125fa3
commit
576b67f566
@ -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
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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: |-
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user