Skip to content

Commit

Permalink
Add tlsFirst support to NACK
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Jul 2, 2024
1 parent d41c5a4 commit cfe9b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ spec:
{{- if and .Values.jetstream.tls.enabled .Values.jetstream.tls.settings.client_ca }}
- --tlsca={{ .Values.jetstream.tls.settings.client_ca }}
{{- end }}
{{- if .Values.jetstream.tls.tlsFirst }}
- --tlsfirst={{ .Values.jetstream.tls.tlsFirst }}
{{- end }}
{{- with .Values.jetstream.additionalArgs }}
{{- toYaml . | nindent 10 }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions helm/charts/nack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jetstream:
# Enabled must be true, and a secret name specified for this to work
tls:
enabled: false
tlsFirst: false
# the secret containing the client ca.crt, tls.crt, and tls.key for NATS
secretName:
# Reference
Expand Down

0 comments on commit cfe9b1c

Please sign in to comment.