diff --git a/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml b/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml index b81788a..88e3fc8 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml @@ -6,6 +6,99 @@ metadata: spec: interval: 5m timeout: 15m + postRenderers: + - kustomize: + patches: + - target: + group: apps + version: v1 + kind: StatefulSet + name: camunda-zeebe + patch: | + - op: remove + path: /spec/template/spec/nodeSelector + - op: remove + path: /spec/template/spec/tolerations + - target: + group: apps + version: v1 + kind: StatefulSet + name: camunda-elasticsearch-master + patch: | + - op: remove + path: /spec/template/spec/nodeSelector + - op: remove + path: /spec/template/spec/tolerations + - target: + group: apps + version: v1 + kind: StatefulSet + name: camunda-keycloak + patch: | + - op: remove + path: /spec/template/spec/nodeSelector + - op: remove + path: /spec/template/spec/tolerations + - target: + group: apps + version: v1 + kind: Deployment + name: camunda-connectors + patch: | + - op: remove + path: /spec/template/spec/nodeSelector + - op: remove + path: /spec/template/spec/tolerations + - target: + group: apps + version: v1 + kind: Deployment + name: camunda-identity + patch: | + - op: remove + path: /spec/template/spec/nodeSelector + - op: remove + path: /spec/template/spec/tolerations + - target: + group: apps + version: v1 + kind: Deployment + name: camunda-operate + patch: | + - op: remove + path: /spec/template/spec/nodeSelector + - op: remove + path: /spec/template/spec/tolerations + - target: + group: apps + version: v1 + kind: Deployment + name: camunda-optimize + patch: | + - op: remove + path: /spec/template/spec/nodeSelector + - op: remove + path: /spec/template/spec/tolerations + - target: + group: apps + version: v1 + kind: Deployment + name: camunda-tasklist + patch: | + - op: remove + path: /spec/template/spec/nodeSelector + - op: remove + path: /spec/template/spec/tolerations + - target: + group: apps + version: v1 + kind: Deployment + name: camunda-zeebe-gateway + patch: | + - op: remove + path: /spec/template/spec/nodeSelector + - op: remove + path: /spec/template/spec/tolerations values: global: image: @@ -26,206 +119,8 @@ spec: redirectUrl: "https://camunda-web-modeler.contour.infra.sarex.tech" console: redirectUrl: "https://camunda-console.contour.infra.sarex.tech" - virtualService: - keycloak: - annotations: {} - labels: {} - name: keycloak-virt-service - gateways: - - istio-system/camunda-gateway - hosts: - - camunda-keycloak.contour.infra.sarex.tech - http: - - match: - - uri: - prefix: /auth/ - route: - - destination: - host: camunda-keycloak - port: - number: 80 - operate: - annotations: {} - labels: {} - name: operate-virt-service - gateways: - - istio-system/camunda-gateway - hosts: - - camunda-operate.contour.infra.sarex.tech - http: - - match: - - uri: - prefix: / - route: - - destination: - host: camunda-operate - port: - number: 80 - identity: - annotations: {} - labels: {} - name: identity-virt-service - gateways: - - istio-system/camunda-gateway - hosts: - - camunda-identity.contour.infra.sarex.tech - http: - - match: - - uri: - prefix: / - route: - - destination: - host: camunda-identity - port: - number: 80 - tasklist: - annotations: {} - labels: {} - name: tasklist-virt-service - gateways: - - istio-system/camunda-gateway - hosts: - - camunda-tasklist.contour.infra.sarex.tech - http: - - match: - - uri: - prefix: / - route: - - destination: - host: camunda-tasklist - port: - number: 80 - optimize: - annotations: {} - labels: {} - name: optimize-virt-service - gateways: - - istio-system/camunda-gateway - hosts: - - camunda-optimize.contour.infra.sarex.tech - http: - - match: - - uri: - prefix: / - route: - - destination: - host: camunda-optimize - port: - number: 80 - console: - annotations: {} - labels: {} - name: console-virt-service - gateways: - - istio-system/camunda-gateway - hosts: - - camunda-console.contour.infra.sarex.tech - http: - - match: - - uri: - prefix: / - route: - - destination: - host: camunda-console - port: - number: 80 - gateway: - camunda: - name: camunda-gateway - namespace: istio-system - selector: - istio: ingressgateway - servers: - - hosts: - - camunda-keycloak.contour.infra.sarex.tech - port: - name: keycloak-https-443 - number: 443 - protocol: HTTPS - tls: - credentialName: camunda-keycloak-tls - mode: SIMPLE - - hosts: - - camunda-keycloak.contour.infra.sarex.tech - port: - name: keycloak-http-80 - number: 80 - protocol: HTTP - - hosts: - - camunda-operate.contour.infra.sarex.tech - port: - name: operate-https-443 - number: 443 - protocol: HTTPS - tls: - credentialName: camunda-operate-tls - mode: SIMPLE - - hosts: - - camunda-operate.contour.infra.sarex.tech - port: - name: operate-http-80 - number: 80 - protocol: HTTP - - hosts: - - camunda-identity.contour.infra.sarex.tech - port: - name: identity-https-443 - number: 443 - protocol: HTTPS - tls: - credentialName: camunda-identity-tls - mode: SIMPLE - - hosts: - - camunda-identity.contour.infra.sarex.tech - port: - name: identity-http-80 - number: 80 - protocol: HTTP - - hosts: - - camunda-tasklist.contour.infra.sarex.tech - port: - name: tasklist-https-443 - number: 443 - protocol: HTTPS - tls: - credentialName: camunda-tasklist-tls - mode: SIMPLE - - hosts: - - camunda-tasklist.contour.infra.sarex.tech - port: - name: tasklist-http-80 - number: 80 - protocol: HTTP - - hosts: - - camunda-optimize.contour.infra.sarex.tech - port: - name: optimize-https-443 - number: 443 - protocol: HTTPS - tls: - credentialName: camunda-optimize-tls - mode: SIMPLE - - hosts: - - camunda-optimize.contour.infra.sarex.tech - port: - name: optimize-http-80 - number: 80 - protocol: HTTP - - hosts: - - camunda-console.contour.infra.sarex.tech - port: - name: console-https-443 - number: 443 - protocol: HTTPS - tls: - credentialName: camunda-console-tls - mode: SIMPLE - - hosts: - - camunda-console.contour.infra.sarex.tech - port: - name: console-http-80 - number: 80 - protocol: HTTP + virtualService: null + gateway: null identityPostgresql: primary: persistence: