mirror of
https://github.com/minio/minio.git
synced 2025-11-29 13:28:17 -05:00
Add Kubernetes yaml file deployment example (#4262)
* Add Kubernetes yaml file deployment example * Change the Docker image tag to latest * Update latest release tag
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minio-service
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 9000
|
||||
targetPort: 9000
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: minio
|
||||
Reference in New Issue
Block a user