This commit is contained in:
2023-08-12 12:19:29 +02:00
parent 6598fa478d
commit cf08916448
2 changed files with 58 additions and 55 deletions

View File

@@ -2,6 +2,9 @@ locals {
pg-labels = merge(local.common-labels, {
"app.kubernetes.io/component" = "pg"
})
pool-labels = merge(local.common-labels, {
"app.kubernetes.io/component" = "pg-pool"
})
}
resource "kubectl_manifest" "prj_pg" {