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

This commit is contained in:
deploy
2026-09-19 19:35:47 +00:00
parent e152c80215
commit d13940f04e
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ metadata:
app: servico-saude
athleticmap.io/contexto: saude
spec:
replicas: 1
replicas: 0
selector: { matchLabels: { app: servico-saude } }
template:
metadata:
@@ -65,5 +65,5 @@ metadata:
labels:
app: servico-saude
spec:
selector: { app: servico-saude }
selector: { app: runtime-saude }
ports: [{ name: http, port: 80, targetPort: 8083 }]
@@ -8,7 +8,7 @@ metadata:
namespace: acme-prod
labels: { app: servico-assistencia-social, athleticmap.io/contexto: assistencia-social }
spec:
replicas: 1
replicas: 0
selector: { matchLabels: { app: servico-assistencia-social } }
template:
metadata:
@@ -50,5 +50,5 @@ metadata:
namespace: acme-prod
labels: { app: servico-assistencia-social }
spec:
selector: { app: servico-assistencia-social }
selector: { app: runtime-saude }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -8,7 +8,7 @@ metadata:
namespace: acme-prod
labels: { app: servico-pedagogico, athleticmap.io/contexto: pedagogico }
spec:
replicas: 1
replicas: 0
selector: { matchLabels: { app: servico-pedagogico } }
template:
metadata:
@@ -50,5 +50,5 @@ metadata:
namespace: acme-prod
labels: { app: servico-pedagogico }
spec:
selector: { app: servico-pedagogico }
selector: { app: runtime-saude }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -8,7 +8,7 @@ metadata:
namespace: acme-prod
labels: { app: servico-nutricao, athleticmap.io/contexto: nutricao }
spec:
replicas: 1
replicas: 0
selector: { matchLabels: { app: servico-nutricao } }
template:
metadata:
@@ -50,5 +50,5 @@ metadata:
namespace: acme-prod
labels: { app: servico-nutricao }
spec:
selector: { app: servico-nutricao }
selector: { app: runtime-saude }
ports: [{ name: http, port: 80, targetPort: 8083 }]