#2 pods with non-ready containers are flashing green

This commit is contained in:
Henning Jacobs
2016-12-20 21:31:45 +01:00
parent e795f5145b
commit 869b40e6b4
2 changed files with 19 additions and 0 deletions

View File

@@ -22,6 +22,12 @@ spec:
ports:
- containerPort: 8080
protocol: TCP
readinessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 5
timeoutSeconds: 1
resources:
limits:
cpu: 200m