Add cert checker module: implement Kubernetes resources, certificate validation logic, and deployment restart functionality
This commit is contained in:
@@ -52,7 +52,6 @@ locals {
|
||||
sftpgo_files_backup_cron_schedule = "50 2 * * *"
|
||||
mail_files_backup_cron_schedule = "0 3 * * *"
|
||||
|
||||
|
||||
# email settings
|
||||
fetch_emails_schedule = "*/2 * * * *"
|
||||
scaleway_smtp_host = "smtp.tem.scw.cloud"
|
||||
@@ -76,7 +75,7 @@ locals {
|
||||
}
|
||||
]
|
||||
|
||||
#reverse proxy settings
|
||||
# proxy settings
|
||||
|
||||
streams = {
|
||||
# For now disabled, because this messes with fail2ban on the host
|
||||
@@ -193,6 +192,7 @@ locals {
|
||||
}
|
||||
}
|
||||
|
||||
# get secrets from remote state
|
||||
backup_bucket_name = data.terraform_remote_state.scaleway.outputs.backup_bucket_name
|
||||
backup_app_api_secret_key = data.terraform_remote_state.scaleway.outputs.backup_app_api_secret_key
|
||||
backup_app_api_access_key = data.terraform_remote_state.scaleway.outputs.backup_app_api_access_key
|
||||
|
||||
Reference in New Issue
Block a user