From 345aaa6efcf6382e450ae2a700883a0505cc8f4d Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Tue, 21 Apr 2026 14:57:45 +0300 Subject: [PATCH] add bi rmq --- .../bootstrap-jobs/service-bootstrap-jobs.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/clusters/yc-k8s-test/infrastructure/bootstrap-jobs/service-bootstrap-jobs.yaml b/clusters/yc-k8s-test/infrastructure/bootstrap-jobs/service-bootstrap-jobs.yaml index 0ec4134..24b69d8 100644 --- a/clusters/yc-k8s-test/infrastructure/bootstrap-jobs/service-bootstrap-jobs.yaml +++ b/clusters/yc-k8s-test/infrastructure/bootstrap-jobs/service-bootstrap-jobs.yaml @@ -11,6 +11,9 @@ spec: jobTemplate: spec: template: + metadata: + annotations: + sidecar.istio.io/inject: "false" spec: restartPolicy: OnFailure serviceAccountName: rabbitmq @@ -100,6 +103,9 @@ spec: jobTemplate: spec: template: + metadata: + annotations: + sidecar.istio.io/inject: "false" spec: restartPolicy: OnFailure serviceAccountName: minio-sa @@ -189,10 +195,13 @@ spec: jobTemplate: spec: template: + metadata: + annotations: + sidecar.istio.io/inject: "false" spec: restartPolicy: OnFailure serviceAccountName: kafka-kafka-contour - automountServiceAccountToken: false + automountServiceAccountToken: true volumes: - name: sa-token projected: