Skip to content

Instantly share code, notes, and snippets.

@grigorkh
Created May 23, 2019 05:41
Show Gist options
  • Save grigorkh/19b535b7325f31265060b8c57cce9a72 to your computer and use it in GitHub Desktop.
Save grigorkh/19b535b7325f31265060b8c57cce9a72 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
namespace: prisma
name: mongo
spec:
externalTrafficPolicy: Cluster
ports:
- name: mongo-port
port: 27017
protocol: TCP
targetPort: 27017
selector:
stage: production
name: mongo
app: mongo
type: NodePort
status:
loadBalancer: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment