Revert "feat(demo): contextos do runtime-operacao passam a responder por ele (P4.3-P4.9)"

This reverts commit 48f2ad4883.
This commit is contained in:
ATM Platform
2026-09-19 17:46:57 +00:00
parent 48f2ad4883
commit 1e1f583b76
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ metadata:
app: servico-planejamento
athleticmap.io/contexto: planejamento
spec:
replicas: 0
replicas: 1
selector: { matchLabels: { app: servico-planejamento } }
template:
metadata:
@@ -55,5 +55,5 @@ metadata:
labels:
app: servico-planejamento
spec:
selector: { app: runtime-operacao }
selector: { app: servico-planejamento }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -10,7 +10,7 @@ metadata:
app: servico-campeonato
athleticmap.io/contexto: campeonato
spec:
replicas: 0
replicas: 1
selector: { matchLabels: { app: servico-campeonato } }
template:
metadata:
@@ -55,5 +55,5 @@ metadata:
labels:
app: servico-campeonato
spec:
selector: { app: runtime-operacao }
selector: { app: servico-campeonato }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -10,7 +10,7 @@ metadata:
app: servico-financeiro
athleticmap.io/contexto: financeiro
spec:
replicas: 0
replicas: 1
selector: { matchLabels: { app: servico-financeiro } }
template:
metadata:
@@ -55,5 +55,5 @@ metadata:
labels:
app: servico-financeiro
spec:
selector: { app: runtime-operacao }
selector: { app: servico-financeiro }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -8,7 +8,7 @@ metadata:
namespace: demo-prod
labels: { app: servico-administrativo, athleticmap.io/contexto: administrativo }
spec:
replicas: 0
replicas: 1
selector: { matchLabels: { app: servico-administrativo } }
template:
metadata:
@@ -50,5 +50,5 @@ metadata:
namespace: demo-prod
labels: { app: servico-administrativo }
spec:
selector: { app: runtime-operacao }
selector: { app: servico-administrativo }
ports: [{ name: http, port: 80, targetPort: 8083 }]