mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
feat: Change tls command line argument to conform with Redis (#276)
Change tls command line argument to conform with Redis Signed-off-by: Oded Poncz <oded@poncz.com> Signed-off-by: Oded Poncz <oded@poncz.com>
This commit is contained in:
parent
a793125599
commit
0fbd1afa36
3 changed files with 15 additions and 15 deletions
|
@ -71,8 +71,8 @@ spec:
|
|||
{{- end }}
|
||||
{{- if .Values.tls.enabled }}
|
||||
- "--tls"
|
||||
- "--tls_client_cert_file=/etc/dragonfly/tls/tls.crt"
|
||||
- "--tls_client_key_file=/etc/dragonfly/tls/tls.key"
|
||||
- "--tls_cert_file=/etc/dragonfly/tls/tls.crt"
|
||||
- "--tls_key_file=/etc/dragonfly/tls/tls.key"
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
|
|
|
@ -74,8 +74,8 @@ spec:
|
|||
{{- end }}
|
||||
{{- if .Values.tls.enabled }}
|
||||
- "--tls"
|
||||
- "--tls_client_cert_file=/etc/dragonfly/tls/tls.crt"
|
||||
- "--tls_client_key_file=/etc/dragonfly/tls/tls.key"
|
||||
- "--tls_cert_file=/etc/dragonfly/tls/tls.crt"
|
||||
- "--tls_key_file=/etc/dragonfly/tls/tls.key"
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue