-
Notifications
You must be signed in to change notification settings - Fork 3
/
values.yaml
55 lines (41 loc) · 1.22 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
timezone: America/Toronto
image:
registry: quay.io
repository: external_storage/iscsi-controller
tag: v0.0.6
pullPolicy: Always
labels:
component: iscsi
partOf: storage
provisioner:
name: iscsi-targetd
logLevel: debug
targetd:
# targetd location
scheme: http
address: iscsi-target-server.local
port: 18700
# authentication
username: admin
password: admin
# LVM volume group, as configured in targetd
poolName: vg-targetd
storageClass:
# set to true to create a storageClass attached to that provisioner
enabled: false
# name of the storageClass, which could be use in persistentVolumeClaims
name: iscsi-targetd
# filesystem to use when formatting new devices
fsType: ext4
# set device as readonly
readonly: false
iscsi:
# iSCSI target IP address, should correspond to the targetd server address
ipAddress: 127.0.0.1
# iSCSI target port
port: 3260
# iSCSI Qualified Name (IQN), as configured in targetd
iqn: iqn.2003-01.org.linux-iscsi.k8s:targetd
# comma separated list of possible iSCSI initiators, allowed to attach to created iSCSI LUNs
# ie. "iqn.2003-01.org.linux-iscsi.k8s:worker1,iqn.2003-01.org.linux-iscsi.k8s:worker2"
initiators: ""