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.
abp/samples/MicroserviceDemo/k8s/rabbitmq-service.yaml

14 lines
209 B

kind: Service
apiVersion: v1
metadata:
name: rabbitmq
spec:
selector:
app: rabbitmq
ports:
- name: "5672"
port: 5672
targetPort: 5672
- name: "15672"
port: 15672
targetPort: 15672