Skip to content

Instantly share code, notes, and snippets.

@nitisht
Last active December 19, 2016 14:21
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 nitisht/23446d053bd4fbef1676dcaa8eed54f7 to your computer and use it in GitHub Desktop.
Save nitisht/23446d053bd4fbef1676dcaa8eed54f7 to your computer and use it in GitHub Desktop.
Minio standalone service
apiVersion: v1
kind: Service
metadata:
name: minio-service
spec:
type: LoadBalancer
ports:
- port: 9000
targetPort: 9000
protocol: TCP
selector:
app: minio-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment