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: ...@@ -107,4 +107,16 @@ spec:
- containerPort: 44134 - containerPort: 44134
name: tiller name: tiller
imagePullPolicy: Always 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