integrate currencyservice to k8s deployment

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-22 16:11:21 -07:00
parent 97a36a6374
commit 60efbc0f9e
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -15,7 +15,7 @@ build:
- imageName: paymentservice
workspace: src/paymentservice
- imageName: currencyservice
workspace: src/currencyservicetemp
workspace: src/currencyservice
deploy:
kubectl:
manifests: