feat(cadastro,organizacao,planejamento): listagem paginada com total (envelope Pagina)
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: servico-organizacao
|
- name: servico-organizacao
|
||||||
image: docker.io/library/servico-organizacao:1.1
|
image: docker.io/library/servico-organizacao:1.2
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Never
|
||||||
ports: [{ containerPort: 8083 }]
|
ports: [{ containerPort: 8083 }]
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: servico-planejamento
|
- name: servico-planejamento
|
||||||
image: docker.io/library/servico-planejamento:1.0
|
image: docker.io/library/servico-planejamento:1.1
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Never
|
||||||
ports: [{ containerPort: 8083 }]
|
ports: [{ containerPort: 8083 }]
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: servico-cadastro
|
- name: servico-cadastro
|
||||||
image: docker.io/library/servico-cadastro:1.1
|
image: docker.io/library/servico-cadastro:1.2
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Never
|
||||||
ports: [{ containerPort: 8083 }]
|
ports: [{ containerPort: 8083 }]
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user