Skip to content

Instantly share code, notes, and snippets.

@sandromello
Created October 4, 2016 15:30
Show Gist options
  • Save sandromello/6e65ba70beb667b3e2d966fc735cb37d to your computer and use it in GitHub Desktop.
Save sandromello/6e65ba70beb667b3e2d966fc735cb37d to your computer and use it in GitHub Desktop.
Minio Service Kube Solo
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