Skip to content

Instantly share code, notes, and snippets.

@nitisht
Created December 11, 2016 16:35
Show Gist options
  • Save nitisht/8f21e140d2286dad51cb6b4d46c26c93 to your computer and use it in GitHub Desktop.
Save nitisht/8f21e140d2286dad51cb6b4d46c26c93 to your computer and use it in GitHub Desktop.
Minio distributed service
apiVersion: v1
kind: Service
metadata:
name: minio-server
labels:
app: minio
spec:
ports:
- port: 9000
targetPort: 9000
protocol: "TCP"
name: minio
selector:
app: minio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment