Skip to content

Instantly share code, notes, and snippets.

@sandromello
Created September 28, 2016 01:42
Show Gist options
  • Save sandromello/119edb64ea7ffb053ac49e83b07ae740 to your computer and use it in GitHub Desktop.
Save sandromello/119edb64ea7ffb053ac49e83b07ae740 to your computer and use it in GitHub Desktop.
Minio Expose
kind: Service
apiVersion: v1
metadata:
name: minio
labels:
app: minio
namespace: koli-system
spec:
clusterIP: 10.0.0.25
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