Commit 9940222d authored by Aaron Schlesinger's avatar Aaron Schlesinger

Add probes to the the embedded Tiller manifest

parent 56069ae4
......@@ -107,4 +107,16 @@ spec:
- containerPort: 44134
name: tiller
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /liveness
port: 44135
initialDelaySeconds: 1
timeoutSeconds: 1
readinessProbe:
httpGet:
path: /readiness
port: 44135
initialDelaySeconds: 1
timeoutSeconds:1
`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment