Skip to content

Instantly share code, notes, and snippets.

@p-le
Created September 28, 2020 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p-le/8394e79b1936d26025924f04e5375667 to your computer and use it in GitHub Desktop.
Save p-le/8394e79b1936d26025924f04e5375667 to your computer and use it in GitHub Desktop.
k3d + vagrant + rabbitmq headless_service.yaml
apiVersion: v1
kind: Service
metadata:
name: rabbitmq
labels:
app: rabbitmq
spec:
ports:
- name: epmd
port: 4369
protocol: TCP
targetPort: 4369
- name: cluster-links
port: 25672
protocol: TCP
targetPort: 25672
clusterIP: None
selector:
app: rabbitmq
sessionAffinity: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment