add bi rmq

This commit is contained in:
Kochetkov S 2026-04-21 14:57:45 +03:00
parent d97e1d62ce
commit 345aaa6efc

View File

@ -11,6 +11,9 @@ spec:
jobTemplate: jobTemplate:
spec: spec:
template: template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
serviceAccountName: rabbitmq serviceAccountName: rabbitmq
@ -100,6 +103,9 @@ spec:
jobTemplate: jobTemplate:
spec: spec:
template: template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
serviceAccountName: minio-sa serviceAccountName: minio-sa
@ -189,10 +195,13 @@ spec:
jobTemplate: jobTemplate:
spec: spec:
template: template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
serviceAccountName: kafka-kafka-contour serviceAccountName: kafka-kafka-contour
automountServiceAccountToken: false automountServiceAccountToken: true
volumes: volumes:
- name: sa-token - name: sa-token
projected: projected: