mirror of
https://github.com/oracle/zfssa-csi-driver.git
synced 2025-07-03 00:36:20 +00:00
35 lines
660 B
YAML
35 lines
660 B
YAML
# Various names used through example
|
|
scNfsMultiName: zfssa-nfs-multi-example-sc
|
|
pvc0: ssec0
|
|
pvc1: ssec1
|
|
pvc2: ssec2
|
|
pvc3: ssg
|
|
pvc4: ssp-many
|
|
podNfsMultiName: zfssa-nfs-multi-example-pod
|
|
namespace: zfssa-nfs-multi
|
|
|
|
# Location for images used
|
|
imageBase: container-registry.oracle.com/os/
|
|
images:
|
|
os:
|
|
name: oraclelinux
|
|
tag: "7-slim"
|
|
|
|
# Settings for target appliance
|
|
appliance:
|
|
volumeType: thin
|
|
targetGroup: OVERRIDE
|
|
pool: OVERRIDE
|
|
project: OVERRIDE
|
|
targetPortal: OVERRIDE
|
|
nfsServer: OVERRIDE
|
|
rootUser: root
|
|
rootGroup: other
|
|
shareNFS: "on"
|
|
|
|
# Settings for volume
|
|
volSize: OVERRIDE
|
|
|
|
# Deploy a pod to consume the volumes
|
|
deployPod: true
|