Skip to content

Instantly share code, notes, and snippets.

@CristianoPassos
Created August 23, 2021 09:12
Show Gist options
  • Save CristianoPassos/22acd6f90d79ce63b0ba8dccd997f940 to your computer and use it in GitHub Desktop.
Save CristianoPassos/22acd6f90d79ce63b0ba8dccd997f940 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
labels:
component: rabbitmq
name: rabbitmq-service
spec:
ports:
- port: 5672
selector:
app: taskQueue
component: rabbitmq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment