mirror of
https://github.com/minio/minio.git
synced 2025-11-24 19:46:16 -05:00
Cleanup Kubernetes documentation (#6678)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minio
|
||||
labels:
|
||||
app: minio
|
||||
spec:
|
||||
clusterIP: None
|
||||
ports:
|
||||
- port: 9000
|
||||
name: minio
|
||||
selector:
|
||||
app: minio
|
||||
Reference in New Issue
Block a user