add bi rmq
This commit is contained in:
parent
d97e1d62ce
commit
345aaa6efc
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user