This commit is contained in:
2024-05-12 12:03:32 +02:00
parent 599d175f82
commit 2890064fd4
191 changed files with 893 additions and 1068 deletions

View File

@@ -1,9 +1,9 @@
locals {
dns_name = "${var.instance}.${var.sub_domain}.${var.domain_name}"
pg-labels = merge(local.common-labels, {
pg-labels = merge(local.common_labels, {
"app.kubernetes.io/component" = "postgresql"
})
pool-labels = merge(local.common-labels, {
pool-labels = merge(local.common_labels, {
"app.kubernetes.io/component" = "pg-pool"
})
}