use new status check for readiness probe in Sailing pod definitions

This commit is contained in:
Axel Uhl
2019-01-20 13:25:55 +01:00
parent 18dbecea15
commit 264a5c75f0
2 changed files with 16 additions and 2 deletions
+8 -1
View File
@@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: sailing
image: donaldduck70/sapsailing:build-201812301655
image: donaldduck70/sapsailing:bug4018-201901182300
imagePullPolicy: Always
ports:
- containerPort: 8888
@@ -30,5 +30,12 @@ spec:
port: http-port
initialDelaySeconds: 10
periodSeconds: 30
readinessProbe:
exec:
command:
- ./status
port: http-port
initialDelaySeconds: 10
periodSeconds: 30
imagePullSecrets:
- name: regcred
+8 -1
View File
@@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: sailing
image: donaldduck70/sapsailing:build-201901041254
image: donaldduck70/sapsailing:bug4018-201901182300
imagePullPolicy: Always
ports:
- containerPort: 8888
@@ -30,5 +30,12 @@ spec:
port: http-port
initialDelaySeconds: 10
periodSeconds: 30
readinessProbe:
exec:
command:
- ./status
port: http-port
initialDelaySeconds: 10
periodSeconds: 30
imagePullSecrets:
- name: regcred