move drone to nfs [ci skip]
This commit is contained in:
parent
d1dde6696d
commit
c06f071da0
2 changed files with 10 additions and 6 deletions
|
|
@ -113,13 +113,17 @@ resource "kubernetes_deployment" "drone_server" {
|
||||||
}
|
}
|
||||||
volume {
|
volume {
|
||||||
name = "data"
|
name = "data"
|
||||||
iscsi {
|
nfs {
|
||||||
target_portal = "iscsi.viktorbarzin.lan:3260"
|
path = "/mnt/main/drone"
|
||||||
fs_type = "ext4"
|
server = "10.0.10.15"
|
||||||
iqn = "iqn.2020-12.lan.viktorbarzin:storage:drone"
|
|
||||||
lun = 0
|
|
||||||
read_only = false
|
|
||||||
}
|
}
|
||||||
|
# iscsi {
|
||||||
|
# target_portal = "iscsi.viktorbarzin.lan:3260"
|
||||||
|
# fs_type = "ext4"
|
||||||
|
# iqn = "iqn.2020-12.lan.viktorbarzin:storage:drone"
|
||||||
|
# lun = 0
|
||||||
|
# read_only = false
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue