From 8bbd64c4778e0f122cfd202cecb495b2437def5e Mon Sep 17 00:00:00 2001 From: deploy Date: Sun, 20 Sep 2026 19:20:21 +0000 Subject: [PATCH] feat(piloto): runtimes consolidados ao lado dos servicos (P4.3-P4.9) --- tenants/piloto/65-runtime-core.yaml | 2 ++ tenants/piloto/66-runtime-operacao.yaml | 2 ++ tenants/piloto/67-runtime-saude.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/tenants/piloto/65-runtime-core.yaml b/tenants/piloto/65-runtime-core.yaml index 825c874..5822fb7 100644 --- a/tenants/piloto/65-runtime-core.yaml +++ b/tenants/piloto/65-runtime-core.yaml @@ -77,6 +77,8 @@ kind: Service metadata: name: runtime-core namespace: piloto-prod + labels: + app: runtime-core spec: selector: app: runtime-core diff --git a/tenants/piloto/66-runtime-operacao.yaml b/tenants/piloto/66-runtime-operacao.yaml index ac87d34..1315ede 100644 --- a/tenants/piloto/66-runtime-operacao.yaml +++ b/tenants/piloto/66-runtime-operacao.yaml @@ -75,6 +75,8 @@ kind: Service metadata: name: runtime-operacao namespace: piloto-prod + labels: + app: runtime-operacao spec: selector: app: runtime-operacao diff --git a/tenants/piloto/67-runtime-saude.yaml b/tenants/piloto/67-runtime-saude.yaml index 53f3a2f..197bf63 100644 --- a/tenants/piloto/67-runtime-saude.yaml +++ b/tenants/piloto/67-runtime-saude.yaml @@ -86,6 +86,8 @@ kind: Service metadata: name: runtime-saude namespace: piloto-prod + labels: + app: runtime-saude spec: selector: app: runtime-saude