mirror of
https://github.com/minio/minio.git
synced 2025-11-26 20:38:20 -05:00
Cleanup Kubernetes documentation (#6678)
This commit is contained in:
14
docs/orchestration/kubernetes/minio-standalone-service.yaml
Normal file
14
docs/orchestration/kubernetes/minio-standalone-service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
# This name uniquely identifies the service
|
||||
name: minio-service
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 9000
|
||||
targetPort: 9000
|
||||
protocol: TCP
|
||||
selector:
|
||||
# Looks for labels `app:minio` in the namespace and applies the spec
|
||||
app: minio
|
||||
Reference in New Issue
Block a user