Add probes to the the embedded Tiller manifest

pull/777/head
Aaron Schlesinger 8 years ago
parent 56069ae474
commit 9940222d34

@ -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
`

Loading…
Cancel
Save