Skip to content

Commit f8fa37a

Browse files
author
Aaron Schlesinger
committed
fix(manifests/deis-builder-rc.yaml): shorten the delay and timeout
now that the builder doesn’t need to wait for etcd to start, it should come up much faster
1 parent 5a209b6 commit f8fa37a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

manifests/deis-builder-rc.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ spec:
4343
httpGet:
4444
path: /healthz
4545
port: 8092
46-
initialDelaySeconds: 30
47-
timeoutSeconds: 5
46+
initialDelaySeconds: 2
47+
timeoutSeconds: 1
4848
readinessProbe:
4949
httpGet:
5050
path: /healthz
5151
port: 8092
52-
initialDelaySeconds: 30
53-
timeoutSeconds: 5
52+
initialDelaySeconds: 2
53+
timeoutSeconds: 1
5454
volumeMounts:
5555
- name: minio-user
5656
mountPath: /var/run/secrets/object/store

0 commit comments

Comments
 (0)