You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
190 B

  1. kind: Service
  2. apiVersion: v1
  3. metadata:
  4. name: rabbitmq-admin
  5. spec:
  6. type: NodePort
  7. selector:
  8. app: rabbitmq
  9. ports:
  10. - port: 15672
  11. nodePort: 31672
  12. name: rabbitmq-port