add onlyoffice deployment along with collabora for backup if needed [ci skip]

This commit is contained in:
Viktor Barzin 2025-08-17 19:27:34 +00:00
parent 958f41a1da
commit 2f2787f934
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
7 changed files with 159 additions and 4 deletions

View file

@ -106,6 +106,8 @@ variable "realestate_crawler_notification_settings" {
type = map(string)
}
variable "kured_notify_url" {}
variable "onlyoffice_db_password" { type = string }
variable "onlyoffice_jwt_token" { type = string }
# data "terraform_remote_state" "foo" {
# backend = "kubernetes"
@ -425,6 +427,9 @@ module "kubernetes_cluster" {
realestate_crawler_notification_settings = var.realestate_crawler_notification_settings
kured_notify_url = var.kured_notify_url
onlyoffice_db_password = var.onlyoffice_db_password
onlyoffice_jwt_token = var.onlyoffice_jwt_token
}