Skip to content

Commit b179163

Browse files
committed
Changed version to original
1 parent 950d204 commit b179163

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

manifests/kubernetes/login-service.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ spec:
5050
spec:
5151
containers:
5252
- name: login-service
53-
image: manojmdocker14/microforge-login-service:v1.1.0
53+
image: manojmdocker14/microforge-login-service:v1.2.0
5454
ports:
5555
- containerPort: 8081
5656
livenessProbe:
5757
httpGet:
58-
path: /actuator/health
58+
path: /actuator/health
5959
port: 8081
60-
initialDelaySeconds: 70
60+
initialDelaySeconds: 90
6161
periodSeconds: 20
6262
timeoutSeconds: 10
6363
readinessProbe:
6464
httpGet:
65-
path: /actuator/health
65+
path: /actuator/health
6666
port: 8081
67-
initialDelaySeconds: 30
67+
initialDelaySeconds: 60
6868
periodSeconds: 10
6969
timeoutSeconds: 5
7070
env:

0 commit comments

Comments
 (0)