unify all service yaml: use 2 spaces indent (#4754)

This commit is contained in:
TigerXu
2017-08-22 07:28:12 +08:00
committed by Andrew Chen
parent 68def552fb
commit e81e3c8464
14 changed files with 108 additions and 108 deletions
@@ -26,8 +26,8 @@ metadata:
name: myapp
spec:
ports:
- port: 8765
targetPort: 9376
- port: 8765
targetPort: 9376
selector:
app: example
type: LoadBalancer
@@ -44,8 +44,8 @@ metadata:
name: myapp
spec:
ports:
- port: 8765
targetPort: 9376
- port: 8765
targetPort: 9376
selector:
app: example
type: LoadBalancer
@@ -7,9 +7,9 @@ spec:
app: hello
tier: frontend
ports:
- protocol: "TCP"
port: 80
targetPort: 80
- protocol: "TCP"
port: 80
targetPort: 80
type: LoadBalancer
---
apiVersion: apps/v1beta1
@@ -26,9 +26,9 @@ spec:
track: stable
spec:
containers:
- name: nginx
image: "gcr.io/google-samples/hello-frontend:1.0"
lifecycle:
preStop:
exec:
command: ["/usr/sbin/nginx","-s","quit"]
- name: nginx
image: "gcr.io/google-samples/hello-frontend:1.0"
lifecycle:
preStop:
exec:
command: ["/usr/sbin/nginx","-s","quit"]
@@ -7,6 +7,6 @@ spec:
app: hello
tier: backend
ports:
- protocol: TCP
port: 80
targetPort: http
- protocol: TCP
port: 80
targetPort: http