diff --git a/tenants/piloto/74-servico-planejamento.yaml b/tenants/piloto/74-servico-planejamento.yaml index a55b7c3..3ee1f21 100644 --- a/tenants/piloto/74-servico-planejamento.yaml +++ b/tenants/piloto/74-servico-planejamento.yaml @@ -10,7 +10,7 @@ metadata: app: servico-planejamento athleticmap.io/contexto: planejamento spec: - replicas: 1 + replicas: 0 selector: { matchLabels: { app: servico-planejamento } } template: metadata: @@ -55,5 +55,5 @@ metadata: labels: app: servico-planejamento spec: - selector: { app: servico-planejamento } + selector: { app: runtime-operacao } ports: [{ name: http, port: 80, targetPort: 8083 }] diff --git a/tenants/piloto/76-servico-campeonato.yaml b/tenants/piloto/76-servico-campeonato.yaml index f092492..5a522a5 100644 --- a/tenants/piloto/76-servico-campeonato.yaml +++ b/tenants/piloto/76-servico-campeonato.yaml @@ -10,7 +10,7 @@ metadata: app: servico-campeonato athleticmap.io/contexto: campeonato spec: - replicas: 1 + replicas: 0 selector: { matchLabels: { app: servico-campeonato } } template: metadata: @@ -55,5 +55,5 @@ metadata: labels: app: servico-campeonato spec: - selector: { app: servico-campeonato } + selector: { app: runtime-operacao } ports: [{ name: http, port: 80, targetPort: 8083 }] diff --git a/tenants/piloto/79-servico-financeiro.yaml b/tenants/piloto/79-servico-financeiro.yaml index f1615a8..36985bd 100644 --- a/tenants/piloto/79-servico-financeiro.yaml +++ b/tenants/piloto/79-servico-financeiro.yaml @@ -10,7 +10,7 @@ metadata: app: servico-financeiro athleticmap.io/contexto: financeiro spec: - replicas: 1 + replicas: 0 selector: { matchLabels: { app: servico-financeiro } } template: metadata: @@ -55,5 +55,5 @@ metadata: labels: app: servico-financeiro spec: - selector: { app: servico-financeiro } + selector: { app: runtime-operacao } ports: [{ name: http, port: 80, targetPort: 8083 }] diff --git a/tenants/piloto/82-servico-administrativo.yaml b/tenants/piloto/82-servico-administrativo.yaml index bf8730b..4817ded 100644 --- a/tenants/piloto/82-servico-administrativo.yaml +++ b/tenants/piloto/82-servico-administrativo.yaml @@ -8,7 +8,7 @@ metadata: namespace: piloto-prod labels: { app: servico-administrativo, athleticmap.io/contexto: administrativo } spec: - replicas: 1 + replicas: 0 selector: { matchLabels: { app: servico-administrativo } } template: metadata: @@ -50,5 +50,5 @@ metadata: namespace: piloto-prod labels: { app: servico-administrativo } spec: - selector: { app: servico-administrativo } + selector: { app: runtime-operacao } ports: [{ name: http, port: 80, targetPort: 8083 }]