remove data mount for finance app [ci skip]
This commit is contained in:
parent
9e5e6469ff
commit
2c1fc5fd83
1 changed files with 15 additions and 15 deletions
|
|
@ -141,22 +141,22 @@ resource "kubernetes_deployment" "finance_app" {
|
||||||
name = "GOCARDLESS_SECRET_KEY"
|
name = "GOCARDLESS_SECRET_KEY"
|
||||||
value = var.gocardless_secret_key
|
value = var.gocardless_secret_key
|
||||||
}
|
}
|
||||||
volume_mount {
|
# volume_mount {
|
||||||
name = "data"
|
# name = "data"
|
||||||
mount_path = "/data"
|
# mount_path = "/data"
|
||||||
# sub_path = ""
|
# # sub_path = ""
|
||||||
}
|
# }
|
||||||
}
|
|
||||||
volume {
|
|
||||||
name = "data"
|
|
||||||
iscsi {
|
|
||||||
target_portal = "iscsi.viktorbarzin.me:3260"
|
|
||||||
fs_type = "ext4"
|
|
||||||
iqn = "iqn.2020-12.lan.viktorbarzin:storage:finance-app"
|
|
||||||
lun = 0
|
|
||||||
read_only = false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
# volume {
|
||||||
|
# name = "data"
|
||||||
|
# iscsi {
|
||||||
|
# target_portal = "iscsi.viktorbarzin.me:3260"
|
||||||
|
# fs_type = "ext4"
|
||||||
|
# iqn = "iqn.2020-12.lan.viktorbarzin:storage:finance-app"
|
||||||
|
# lun = 0
|
||||||
|
# read_only = false
|
||||||
|
# }
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue