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 - name: server
image: currencyservice image: currencyservice
ports: ports:
- containerPort: 7000 - containerPort: 31337
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
@ -31,4 +31,4 @@ spec:
app: currencyservice app: currencyservice
ports: ports:
- port: 7000 - port: 7000
targetPort: 7000 targetPort: 31337

View file

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