mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mongodb-replicaset] Fix non TLS support (#2516)
This commit is contained in:
committed by
Reinhard Nägele
parent
e3d92ebb07
commit
f3cb61b5c6
@@ -70,14 +70,14 @@ configmap:
|
||||
dbPath: /data/db
|
||||
net:
|
||||
port: 27017
|
||||
ssl:
|
||||
# Uncomment for TLS support
|
||||
# mode: requireSSL
|
||||
# CAFile: /ca/tls.crt
|
||||
# PEMKeyFile: /work-dir/mongo.pem
|
||||
#ssl:
|
||||
# mode: requireSSL
|
||||
# CAFile: /ca/tls.crt
|
||||
# PEMKeyFile: /work-dir/mongo.pem
|
||||
replication:
|
||||
replSetName: rs0
|
||||
security:
|
||||
# Uncomment for TLS support or keyfile access control without TLS
|
||||
# authorization: enabled
|
||||
# keyFile: /keydir/key.txt
|
||||
#security:
|
||||
# authorization: enabled
|
||||
# keyFile: /keydir/key.txt
|
||||
|
||||
Reference in New Issue
Block a user