kristof jó gyerek

This commit is contained in:
root
2021-11-23 02:10:41 +01:00
parent 7755488789
commit 8e7baa1e74
8 changed files with 160 additions and 113 deletions

View File

@@ -1,19 +1,4 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: birbnetes-nfs-storage-minio
namespace: birbnetes
spec:
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Recycle
nfs:
server: 192.168.100.3
path: /srv/kubedata/birbnetes/storage_minio
---
apiVersion: v1
kind: Service
metadata:
name: minio-service
@@ -73,9 +58,9 @@ spec:
containers:
- name: minio
volumeMounts:
- name: data
- name: data
mountPath: "/data"
image: minio/minio:RELEASE.2020-03-25T07-03-04Z
image: minio/minio:latest
args:
- server
- /data