Skip to content
Snippets Groups Projects
Commit a293f941 authored by Ricardo Gonzalez Rodriguez's avatar Ricardo Gonzalez Rodriguez
Browse files

Update minio-deployment.yaml

parent b8a1eeef
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ spec:
selector:
app: minio
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: minio
......@@ -37,6 +37,7 @@ spec:
- http://minio-{0...3}.minio.default.svc.cluster.local/data
ports:
- containerPort: 9000
hostPort: 9000
# These volume mounts are persistent. Each pod in the PetSet
# gets a volume mounted based on this field.
volumeMounts:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment