Last active
December 19, 2016 14:21
-
-
Save nitisht/23446d053bd4fbef1676dcaa8eed54f7 to your computer and use it in GitHub Desktop.
Minio standalone service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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