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

This commit is contained in:
deploy
2026-09-19 18:23:06 +00:00
parent 7abeb1d7e1
commit 523acf44f5
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: 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 }]
+2 -2
View File
@@ -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 }]
+2 -2
View File
@@ -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 }]
@@ -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 }]