integrate currencyservice to k8s deployment
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
97a36a6374
commit
60efbc0f9e
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ spec:
|
|||
- name: server
|
||||
image: currencyservice
|
||||
ports:
|
||||
- containerPort: 7000
|
||||
- containerPort: 31337
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
@ -31,4 +31,4 @@ spec:
|
|||
app: currencyservice
|
||||
ports:
|
||||
- port: 7000
|
||||
targetPort: 7000
|
||||
targetPort: 31337
|
||||
|
|
|
@ -15,7 +15,7 @@ build:
|
|||
- imageName: paymentservice
|
||||
workspace: src/paymentservice
|
||||
- imageName: currencyservice
|
||||
workspace: src/currencyservicetemp
|
||||
workspace: src/currencyservice
|
||||
deploy:
|
||||
kubectl:
|
||||
manifests:
|
||||
|
|
Loading…
Reference in a new issue