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