using spaces in the tiller manifest yaml

pull/777/head
Aaron Schlesinger 9 years ago
parent 9940222d34
commit 9e1df63e77

@ -107,16 +107,16 @@ spec:
- containerPort: 44134 - containerPort: 44134
name: tiller name: tiller
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /liveness path: /liveness
port: 44135 port: 44135
initialDelaySeconds: 1 initialDelaySeconds: 1
timeoutSeconds: 1 timeoutSeconds: 1
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /readiness path: /readiness
port: 44135 port: 44135
initialDelaySeconds: 1 initialDelaySeconds: 1
timeoutSeconds:1 timeoutSeconds: 1
` `

Loading…
Cancel
Save