Add mail backup module and cron schedule; refactor mail paths and deployment strategy
This commit is contained in:
@@ -50,6 +50,10 @@ resource "kubernetes_deployment" "rustdesk_deploy" {
|
||||
}
|
||||
}
|
||||
|
||||
strategy {
|
||||
type = "Recreate"
|
||||
}
|
||||
|
||||
template {
|
||||
metadata {
|
||||
labels = {
|
||||
|
||||
Reference in New Issue
Block a user