fix indentation in service yaml files

This commit is contained in:
Abhilash Gnan 2019-05-04 21:57:52 +02:00
parent 3ed84827df
commit 918e833106
3 changed files with 6 additions and 6 deletions

View file

@ -33,8 +33,8 @@ spec:
- name: grpc
containerPort: 7000
env:
- name: PORT
value: "7000"
- name: PORT
value: "7000"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:7000"]

View file

@ -32,8 +32,8 @@ spec:
ports:
- containerPort: 8080
env:
- name: PORT
value: "8080"
- name: PORT
value: "8080"
readinessProbe:
periodSeconds: 5
exec:

View file

@ -32,8 +32,8 @@ spec:
ports:
- containerPort: 3550
env:
- name: PORT
value: "3550"
- name: PORT
value: "3550"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:3550"]