Add mail backup module and cron schedule; refactor mail paths and deployment strategy

This commit is contained in:
2025-03-15 23:14:47 +01:00
parent 5fbd28e69c
commit 380bdf7e2a
3 changed files with 32 additions and 3 deletions
+4
View File
@@ -50,6 +50,10 @@ resource "kubernetes_deployment" "rustdesk_deploy" {
}
}
strategy {
type = "Recreate"
}
template {
metadata {
labels = {