Created
October 4, 2016 15:30
-
-
Save sandromello/6e65ba70beb667b3e2d966fc735cb37d to your computer and use it in GitHub Desktop.
Minio Service Kube Solo
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
kind: Service | |
apiVersion: v1 | |
metadata: | |
name: minio | |
labels: | |
app: minio | |
namespace: koli-system | |
spec: | |
clusterIP: 10.100.254.40 | |
ports: | |
- protocol: TCP | |
port: 9000 | |
targetPort: 9000 | |
selector: | |
app: minio | |
externalIPs: | |
- 192.168.99.100 | |
deprecatedPublicIPs: | |
- 192.168.99.100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment