Skip to content

Commit d3219c1

Browse files
authored
Merge pull request #59 from csfloat/fix/probe-timeout-seconds
decrease timeout seconds
2 parents 9b5cca9 + 119cd19 commit d3219c1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ static/*.db-wal
1111
*.so
1212

1313
.secrets
14+
.env

deploy/reverse-watch-service.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- name: DATABASE_HOST
5151
valueFrom:
5252
secretKeyRef:
53-
key: '2'
53+
key: '1'
5454
name: db-host
5555
- name: DATABASE_USER
5656
valueFrom:
@@ -72,7 +72,8 @@ spec:
7272
cpu: 2000m
7373
memory: 8Gi
7474
startupProbe:
75-
timeoutSeconds: 240
75+
initialDelaySeconds: 5
76+
timeoutSeconds: 5
7677
periodSeconds: 10
7778
failureThreshold: 24
7879
tcpSocket:

0 commit comments

Comments
 (0)