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