feat(piloto): contextos do runtime-saude passam a responder por ele (P4.3-P4.9)
This commit is contained in:
@@ -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: piloto-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: piloto-prod
|
||||
labels: { app: servico-assistencia-social }
|
||||
spec:
|
||||
selector: { app: servico-assistencia-social }
|
||||
selector: { app: runtime-saude }
|
||||
ports: [{ name: http, port: 80, targetPort: 8083 }]
|
||||
|
||||
@@ -8,7 +8,7 @@ metadata:
|
||||
namespace: piloto-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: piloto-prod
|
||||
labels: { app: servico-pedagogico }
|
||||
spec:
|
||||
selector: { app: servico-pedagogico }
|
||||
selector: { app: runtime-saude }
|
||||
ports: [{ name: http, port: 80, targetPort: 8083 }]
|
||||
|
||||
@@ -8,7 +8,7 @@ metadata:
|
||||
namespace: piloto-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: piloto-prod
|
||||
labels: { app: servico-nutricao }
|
||||
spec:
|
||||
selector: { app: servico-nutricao }
|
||||
selector: { app: runtime-saude }
|
||||
ports: [{ name: http, port: 80, targetPort: 8083 }]
|
||||
|
||||
Reference in New Issue
Block a user