diff --git a/tenants/demo/65-runtime-core.yaml b/tenants/demo/65-runtime-core.yaml index 473536e..5e6f128 100644 --- a/tenants/demo/65-runtime-core.yaml +++ b/tenants/demo/65-runtime-core.yaml @@ -77,6 +77,8 @@ kind: Service metadata: name: runtime-core namespace: demo-prod + labels: + app: runtime-core spec: selector: app: runtime-core diff --git a/tenants/demo/66-runtime-operacao.yaml b/tenants/demo/66-runtime-operacao.yaml index 33daa83..33768ea 100644 --- a/tenants/demo/66-runtime-operacao.yaml +++ b/tenants/demo/66-runtime-operacao.yaml @@ -75,6 +75,8 @@ kind: Service metadata: name: runtime-operacao namespace: demo-prod + labels: + app: runtime-operacao spec: selector: app: runtime-operacao diff --git a/tenants/demo/67-runtime-saude.yaml b/tenants/demo/67-runtime-saude.yaml index acb2880..4a22bdb 100644 --- a/tenants/demo/67-runtime-saude.yaml +++ b/tenants/demo/67-runtime-saude.yaml @@ -86,6 +86,8 @@ kind: Service metadata: name: runtime-saude namespace: demo-prod + labels: + app: runtime-saude spec: selector: app: runtime-saude