Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fields to extend TLS timeout #154

Merged
merged 1 commit into from
Mar 29, 2019
Merged

Add fields to extend TLS timeout #154

merged 1 commit into from
Mar 29, 2019

Conversation

wallyqs
Copy link
Member

@wallyqs wallyqs commented Mar 29, 2019

Adds options to be able to extend the TLS timeout:

apiVersion: "nats.io/v1alpha2"
kind: "NatsCluster"
metadata:
  name: "nats"
spec:
  size: 3
  tls:
    serverSecret: "nats-clients-tls"
    routesSecret: "nats-routes-tls"

    clientsTLSTimeout: 5
    routesTLSTimeout: 5

Fixes #153
Signed-off-by: Waldemar Quevedo [email protected]

Signed-off-by: Waldemar Quevedo <[email protected]>
@wallyqs wallyqs merged commit 3b91dfd into master Mar 29, 2019
@pires pires deleted the tls-timeout branch April 1, 2019 11:18
@wallyqs wallyqs mentioned this pull request Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants