Skip to content

Commit

Permalink
Set readiness probe timeout to 5 seconds (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-redback authored and tamalsaha committed May 21, 2018
1 parent 2007248 commit 07b39d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/kubedb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ spec:
path: /healthz
port: 8443
scheme: HTTPS
timeoutSeconds: 5
volumes:
- name: serving-cert
secret:
Expand Down
1 change: 1 addition & 0 deletions hack/deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
path: /healthz
port: 8443
scheme: HTTPS
timeoutSeconds: 5
volumes:
- name: serving-cert
secret:
Expand Down

0 comments on commit 07b39d0

Please sign in to comment.