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 - name: grpc
containerPort: 7000 containerPort: 7000
env: env:
- name: PORT - name: PORT
value: "7000" value: "7000"
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:7000"] command: ["/bin/grpc_health_probe", "-addr=:7000"]

View file

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

View file

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