currencyservice: change port to 7000

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-29 13:45:03 -07:00
parent ca3ace3f65
commit ab045ae6e7
5 changed files with 13 additions and 12 deletions

View file

@ -20,10 +20,10 @@ spec:
value: "7070"
- name: LISTEN_ADDR
value: "0.0.0.0"
- name: GRPC_TRACE
value: "all"
- name: GRPC_VERBOSITY
value: "debug"
# - name: GRPC_TRACE
# value: "all"
# - name: GRPC_VERBOSITY
# value: "debug"
resources:
requests:
cpu: 200m

View file

@ -13,15 +13,15 @@ spec:
- name: server
image: currencyservice
ports:
- containerPort: 31337
- containerPort: 7000
readinessProbe:
periodSeconds: 5
tcpSocket:
port: 31337
port: 7000
livenessProbe:
periodSeconds: 5
tcpSocket:
port: 31337
port: 7000
resources:
requests:
cpu: 100m
@ -40,4 +40,4 @@ spec:
app: currencyservice
ports:
- port: 7000
targetPort: 31337
targetPort: 7000