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

This commit is contained in:
deploy
2026-09-22 12:26:19 +00:00
parent ccd98c252c
commit 1343b52278
5 changed files with 10 additions and 10 deletions
@@ -11,7 +11,7 @@ metadata:
app: servico-configuracao
athleticmap.io/contexto: configuracao
spec:
replicas: 1
replicas: 0
selector: { matchLabels: { app: servico-configuracao } }
template:
metadata:
@@ -56,5 +56,5 @@ metadata:
labels:
app: servico-configuracao
spec:
selector: { app: servico-configuracao }
selector: { app: runtime-core }
ports: [{ name: http, port: 80, targetPort: 8083 }]
@@ -10,7 +10,7 @@ metadata:
app: servico-organizacao
athleticmap.io/contexto: organizacao
spec:
replicas: 1
replicas: 0
selector: { matchLabels: { app: servico-organizacao } }
template:
metadata:
@@ -55,5 +55,5 @@ metadata:
labels:
app: servico-organizacao
spec:
selector: { app: servico-organizacao }
selector: { app: runtime-core }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -11,7 +11,7 @@ metadata:
app: servico-cadastro
athleticmap.io/contexto: cadastro
spec:
replicas: 1
replicas: 0
selector: { matchLabels: { app: servico-cadastro } }
template:
metadata:
@@ -60,5 +60,5 @@ metadata:
labels:
app: servico-cadastro
spec:
selector: { app: servico-cadastro }
selector: { app: runtime-core }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -8,7 +8,7 @@ metadata:
namespace: escolinha-prod
labels: { app: servico-documentos, athleticmap.io/contexto: documentos }
spec:
replicas: 1
replicas: 0
selector: { matchLabels: { app: servico-documentos } }
template:
metadata:
@@ -50,5 +50,5 @@ metadata:
namespace: escolinha-prod
labels: { app: servico-documentos }
spec:
selector: { app: servico-documentos }
selector: { app: runtime-core }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -8,7 +8,7 @@ metadata:
namespace: escolinha-prod
labels: { app: servico-agenda, athleticmap.io/contexto: agenda }
spec:
replicas: 1
replicas: 0
selector: { matchLabels: { app: servico-agenda } }
template:
metadata:
@@ -50,5 +50,5 @@ metadata:
namespace: escolinha-prod
labels: { app: servico-agenda }
spec:
selector: { app: servico-agenda }
selector: { app: runtime-core }
ports: [{ name: http, port: 80, targetPort: 8083 }]