Skip to content

Commit 196b69f

Browse files
authored
Merge pull request #11505 from mbussolotto/readiness
Increase readiness time for server.
2 parents 94c80f4 + 58fc990 commit 196b69f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Increase readiness time for server.

containers/server-helm/templates/server.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
path: /rhn/manager/api/api/getVersion
4343
port: 80
4444
scheme: HTTP
45-
initialDelaySeconds: 60
46-
periodSeconds: 60
45+
initialDelaySeconds: 180
46+
periodSeconds: 30
4747
successThreshold: 1
4848
timeoutSeconds: 20
4949
name: uyuni
@@ -67,14 +67,14 @@ spec:
6767
- containerPort: 9800
6868
{{- end }}
6969
readinessProbe:
70-
failureThreshold: 5
70+
failureThreshold: 10
7171
httpGet:
7272
path: /rhn/manager/api/api/getVersion
7373
port: 80
7474
scheme: HTTP
7575
periodSeconds: 30
7676
successThreshold: 1
77-
timeoutSeconds: 20
77+
initialDelaySeconds: 120
7878
volumeMounts:
7979
- mountPath: /var/lib/cobbler
8080
name: var-cobbler

0 commit comments

Comments
 (0)