Skip to content

Instantly share code, notes, and snippets.

@alazycoder101
Created October 23, 2021 09:16
Show Gist options
  • Save alazycoder101/5c91fe9186bf8747c314e321f022e209 to your computer and use it in GitHub Desktop.
Save alazycoder101/5c91fe9186bf8747c314e321f022e209 to your computer and use it in GitHub Desktop.
mongo headless service
apiVersion: v1
kind: Service
metadata:
name: mongo
labels:
name: mongo
spec:
ports:
- port: 27017
targetPort: 27017
clusterIP: None
selector:
role: mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment