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

This reverts commit 9b992300df.
This commit is contained in:
ATM Platform
2026-09-19 17:48:25 +00:00
parent 9b992300df
commit 8663f441fd
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: 0
replicas: 1
selector: { matchLabels: { app: servico-saude } }
template:
metadata:
@@ -65,5 +65,5 @@ metadata:
labels:
app: servico-saude
spec:
selector: { app: runtime-saude }
selector: { app: servico-saude }
ports: [{ name: http, port: 80, targetPort: 8083 }]
@@ -8,7 +8,7 @@ metadata:
namespace: demo-prod
labels: { app: servico-assistencia-social, athleticmap.io/contexto: assistencia-social }
spec:
replicas: 0
replicas: 1
selector: { matchLabels: { app: servico-assistencia-social } }
template:
metadata:
@@ -50,5 +50,5 @@ metadata:
namespace: demo-prod
labels: { app: servico-assistencia-social }
spec:
selector: { app: runtime-saude }
selector: { app: servico-assistencia-social }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -8,7 +8,7 @@ metadata:
namespace: demo-prod
labels: { app: servico-pedagogico, athleticmap.io/contexto: pedagogico }
spec:
replicas: 0
replicas: 1
selector: { matchLabels: { app: servico-pedagogico } }
template:
metadata:
@@ -50,5 +50,5 @@ metadata:
namespace: demo-prod
labels: { app: servico-pedagogico }
spec:
selector: { app: runtime-saude }
selector: { app: servico-pedagogico }
ports: [{ name: http, port: 80, targetPort: 8083 }]
+2 -2
View File
@@ -8,7 +8,7 @@ metadata:
namespace: demo-prod
labels: { app: servico-nutricao, athleticmap.io/contexto: nutricao }
spec:
replicas: 0
replicas: 1
selector: { matchLabels: { app: servico-nutricao } }
template:
metadata:
@@ -50,5 +50,5 @@ metadata:
namespace: demo-prod
labels: { app: servico-nutricao }
spec:
selector: { app: runtime-saude }
selector: { app: servico-nutricao }
ports: [{ name: http, port: 80, targetPort: 8083 }]