mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 12:15:28 +00:00
use new status check for readiness probe in Sailing pod definitions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user