Advertisement
Guest User

Untitled

a guest
May 6th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. apiVersion: broker.amq.io/v1alpha1
  2. kind: ActiveMQArtemis
  3. metadata:
  4. name: example-activemqartemis
  5. labels:
  6. ActiveMQArtemis: example-activemqartemis
  7. application: example-activemqartemis-app
  8. spec:
  9. # Add fields here
  10. size: 4
  11. image: registry.access.redhat.com/amq-broker-7/amq-broker-72-openshift:1.3-4
  12. commonConfig:
  13. amqAdminUserName: myuser
  14. amqAdminPassword: mypassword
  15. sslEnabled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement