add wealthfolio deployment [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-23 12:22:52 +00:00
parent 7441538d6e
commit b1f5a8e3b7
3 changed files with 146 additions and 9 deletions

View file

@ -128,6 +128,7 @@ variable "tiny_tuya_slack_url" { type = string }
variable "haos_api_token" { type = string }
variable "clickhouse_password" { type = string }
variable "clickhouse_postgres_password" { type = string }
variable "wealthfolio_password_hash" { type = string }
provider "kubernetes" {
@ -522,6 +523,8 @@ module "kubernetes_cluster" {
clickhouse_password = var.clickhouse_password
clickhouse_postgres_password = var.clickhouse_postgres_password
wealthfolio_password_hash = var.wealthfolio_password_hash
}