Added basic setup for master and certification material
This commit is contained in:
14
files/LFS258/SOLUTIONS/s_10/db1-vol.yaml
Normal file
14
files/LFS258/SOLUTIONS/s_10/db1-vol.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: dbvol-1
|
||||
spec:
|
||||
capacity:
|
||||
storage: 8Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
nfs:
|
||||
path: /opt/sfw
|
||||
server: k8scp #<-- Edit to match cp node
|
||||
readOnly: false
|
||||
14
files/LFS258/SOLUTIONS/s_10/db2-vol.yaml
Normal file
14
files/LFS258/SOLUTIONS/s_10/db2-vol.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: dbvol-2
|
||||
spec:
|
||||
capacity:
|
||||
storage: 8Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
nfs:
|
||||
path: /opt/sfw
|
||||
server: k8scp #<-- Edit to match cp node
|
||||
readOnly: false
|
||||
Reference in New Issue
Block a user