We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950d204 commit b179163Copy full SHA for b179163
1 file changed
manifests/kubernetes/login-service.yaml
@@ -50,21 +50,21 @@ spec:
50
spec:
51
containers:
52
- name: login-service
53
- image: manojmdocker14/microforge-login-service:v1.1.0
+ image: manojmdocker14/microforge-login-service:v1.2.0
54
ports:
55
- containerPort: 8081
56
livenessProbe:
57
httpGet:
58
- path: /actuator/health
+ path: /actuator/health
59
port: 8081
60
- initialDelaySeconds: 70
+ initialDelaySeconds: 90
61
periodSeconds: 20
62
timeoutSeconds: 10
63
readinessProbe:
64
65
66
67
- initialDelaySeconds: 30
+ initialDelaySeconds: 60
68
periodSeconds: 10
69
timeoutSeconds: 5
70
env:
0 commit comments