From e490a1a578052d9a56f7c47d8678d6ea9c253a36 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 9 Apr 2026 17:15:30 +0300 Subject: [PATCH] add camunda --- .../infrastructure/patches/camunda.yaml | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml b/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml index b1b9f54..b81788a 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml @@ -234,7 +234,7 @@ spec: identityKeycloak: global: storageClass: local-path - nodeSelector: {} + nodeSelector: null tolerations: [] postgresql: primary: @@ -251,7 +251,7 @@ spec: persistence: size: 10Gi storageClass: local-path - nodeSelector: {} + nodeSelector: null tolerations: [] metrics: enabled: false @@ -259,7 +259,7 @@ spec: enabled: false prometheusRule: enabled: false - nodeSelector: {} + nodeSelector: null tolerations: [] camundaCanary: enabled: false @@ -269,66 +269,67 @@ spec: image: pullSecrets: - name: regcred - nodeSelector: {} + nodeSelector: null tolerations: [] zeebe: + pvcStorageClassName: local-path image: pullSecrets: - name: regcred - nodeSelector: {} + nodeSelector: null tolerations: [] zeebeGateway: image: pullSecrets: - name: regcred - nodeSelector: {} + nodeSelector: null tolerations: [] operate: image: pullSecrets: - name: regcred - nodeSelector: {} + nodeSelector: null tolerations: [] tasklist: image: pullSecrets: - name: regcred - nodeSelector: {} + nodeSelector: null tolerations: [] optimize: image: pullSecrets: - name: regcred - nodeSelector: {} + nodeSelector: null tolerations: [] executionIdentity: image: pullSecrets: - name: regcred - nodeSelector: {} + nodeSelector: null tolerations: [] identity: image: pullSecrets: - name: regcred - nodeSelector: {} + nodeSelector: null tolerations: [] webModeler: image: pullSecrets: - name: regcred restapi: - nodeSelector: {} + nodeSelector: null tolerations: [] webapp: - nodeSelector: {} + nodeSelector: null tolerations: [] websockets: - nodeSelector: {} + nodeSelector: null tolerations: [] connectors: image: pullSecrets: - name: regcred - nodeSelector: {} + nodeSelector: null tolerations: []