This commit is contained in:
2024-01-26 08:57:39 +01:00
parent 5673af6ea5
commit a2315339c7
2 changed files with 179 additions and 179 deletions

View File

@@ -20,7 +20,7 @@ resource "kubectl_manifest" "prj_pg" {
"k8up.io/file-extension": ".sql"
spec:
instances: ${var.postgres.replicas}
imageName: "${var.images.postgres.registry}/${var.images.postgres.repository}:${var.images.postgres.tag}"
imageName: "${var.images.postgresql.registry}/${var.images.postgresql.repository}:${var.images.postgresql.tag}"
storage:
size: "${var.storage.postgres}"
bootstrap: