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