This commit is contained in:
2023-10-29 17:03:22 +01:00
parent 057a410f52
commit 1a023a18e5
25 changed files with 778 additions and 766 deletions

View File

@@ -29,6 +29,9 @@ resource "kubectl_manifest" "deploy" {
name: "${var.component}-${var.instance}"
namespace: "${var.namespace}"
labels: ${jsonencode(local.common-labels)}
annotations:
configmap.reloader.stakater.com/reload: "${var.component}-${var.instance}"
secret.reloader.stakater.com/reload: "${var.component}-${var.instance}"
spec:
replicas: 1
selector: