move privatebin to use nfs from iscsi as it is more rleiable [ci skip]
This commit is contained in:
parent
e02be21cdf
commit
91cab7871c
3 changed files with 5 additions and 7 deletions
|
|
@ -50,7 +50,8 @@ smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks, reject
|
||||||
disable_vrfy_command = yes
|
disable_vrfy_command = yes
|
||||||
|
|
||||||
# Postscreen settings to drop zombies/open relays/spam early
|
# Postscreen settings to drop zombies/open relays/spam early
|
||||||
postscreen_dnsbl_action = enforce
|
#postscreen_dnsbl_action = enforce
|
||||||
|
postscreen_dnsbl_action = ignore
|
||||||
postscreen_dnsbl_sites = zen.spamhaus.org*2
|
postscreen_dnsbl_sites = zen.spamhaus.org*2
|
||||||
bl.mailspike.net
|
bl.mailspike.net
|
||||||
b.barracudacentral.org*2
|
b.barracudacentral.org*2
|
||||||
|
|
|
||||||
|
|
@ -65,12 +65,9 @@ resource "kubernetes_deployment" "privatebin" {
|
||||||
|
|
||||||
volume {
|
volume {
|
||||||
name = "data"
|
name = "data"
|
||||||
iscsi {
|
nfs {
|
||||||
target_portal = "iscsi.viktorbarzin.lan:3260"
|
path = "/mnt/main/privatebin"
|
||||||
fs_type = "ext4"
|
server = "10.0.10.15"
|
||||||
iqn = "iqn.2020-12.lan.viktorbarzin:storage:privatebin"
|
|
||||||
lun = 0
|
|
||||||
read_only = false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue