Skip to content

Commit ac02549

Browse files
tune probes for redline an KC
1 parent b326ea3 commit ac02549

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

k8s/apps/redline.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ spec:
5252
httpGet:
5353
path: /api/public/health
5454
port: 8081
55-
initialDelaySeconds: 60
56-
periodSeconds: 10
57-
timeoutSeconds: 5
58-
failureThreshold: 3
55+
initialDelaySeconds: 15
56+
periodSeconds: 3
57+
timeoutSeconds: 1
58+
failureThreshold: 5
5959
readinessProbe:
6060
httpGet:
6161
path: /api/public/health
6262
port: 8081
63-
initialDelaySeconds: 30
64-
periodSeconds: 5
65-
timeoutSeconds: 3
66-
failureThreshold: 3
63+
initialDelaySeconds: 15
64+
periodSeconds: 3
65+
timeoutSeconds: 1
66+
failureThreshold: 10
6767

6868
---
6969
apiVersion: v1

k8s/base/keycloak.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ spec:
8383
path: /health/ready
8484
port: 9000
8585
initialDelaySeconds: 3
86-
periodSeconds: 10
86+
periodSeconds: 5
8787
successThreshold: 1
8888
failureThreshold: 12
8989
livenessProbe:
9090
httpGet:
9191
path: /health/live
9292
port: 9000
9393
initialDelaySeconds: 3
94-
periodSeconds: 10
94+
periodSeconds: 5
9595
successThreshold: 1
9696
failureThreshold: 12
9797
volumes:

0 commit comments

Comments
 (0)