Skip to content

Commit

Permalink
Merge branch 'release/v0.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Jan 17, 2020
2 parents 607c2ec + b2e55bb commit 856ee5d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/10-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: nats-operator
containers:
- name: nats-operator
image: connecteverything/nats-operator:0.6.0
image: connecteverything/nats-operator:0.6.2
imagePullPolicy: IfNotPresent
args:
- nats-operator
Expand Down
27 changes: 27 additions & 0 deletions example/example-custom-cipher.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
apiVersion: "nats.io/v1alpha2"
kind: "NatsCluster"
metadata:
name: "nats-ciphers"
spec:
# Number of nodes in the cluster
size: 3

tls:
# Certificates to secure the NATS client connections
serverSecret: "nats-server-tls"

# Name of the CA in serverSecret
serverSecretCAFileName: "ca.crt"

# Name of the key in serverSecret
serverSecretKeyFileName: "tls.key"

# Name of the certificate in serverSecret
serverSecretCertFileName: "tls.crt"

cipherSuites:
- ASDF

curvePreferences:
- FOO

0 comments on commit 856ee5d

Please sign in to comment.