add wealthfolio deployment [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-23 12:22:52 +00:00
parent 579c128e8f
commit 98115b4b3b
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 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
}