This commit is contained in:
NyxErinys 2026-05-26 06:40:09 -05:00
parent 47e13918e7
commit 4d2d3104a8
2 changed files with 20 additions and 0 deletions

View file

@ -17,6 +17,15 @@
name = "test";
subPath = "ubuntu-test";
}
{
mountPath = "/test2";
name = "iscsi";
}
# {
# mountPath = "/test3";
# name = "iscsi";
# subPath = "ubuntu-test";
# }
];
}
];
@ -27,6 +36,16 @@
claimName = "nfs-main-pvc";
};
}
{
name = "iscsi";
iscsi = {
targetPortal = "poseidon.nyxerinys.dev:3260";
iqn = "iqn.2026-01.dev.nyxerinys:poseidon.authentik";
lun = 0;
fsType = "xfs";
readOnly = false;
};
}
];
};
}