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