Browse Source

Limpio fichero

politica
Celestino Rey 1 year ago
parent
commit
4a4a8f206c
1 changed files with 2 additions and 32 deletions
  1. +2
    -32
      JugarAlPadel/K8S/pv-local-jugaralpadel.yaml

+ 2
- 32
JugarAlPadel/K8S/pv-local-jugaralpadel.yaml View File

@ -26,37 +26,7 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/Externo/jugaralpadel/migrations/lyrics"
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: jugaralpadel-libros-migrations-folder
namespace: jugaralpadel
labels:
app: jugaralpadel
spec:
capacity:
storage: 51Mi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/Externo/jugaralpadel/migrations/libros"
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: jugaralpadel-repostajes-migrations-folder
namespace: jugaralpadel
labels:
app: jugaralpadel
spec:
capacity:
storage: 52Mi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/Externo/jugaralpadel/migrations/repostajes"
path: "/mnt/Externo/jugaralpadel/migrations/eventos"
---
apiVersion: v1
kind: PersistentVolume
@ -71,7 +41,7 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/Externo/jugaralpadel/migrations/jugaralpadelusers"
path: "/mnt/Externo/jugaralpadel/migrations/reymotausers"
---
apiVersion: v1
kind: PersistentVolume


Loading…
Cancel
Save