mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-04-24 16:39:52 +00:00
fix external mongo values
This commit is contained in:
parent
ca8620cafe
commit
71cb52d8da
@ -74,11 +74,10 @@ externalMongodb:
|
||||
# -- Use an external MongoDB database
|
||||
enabled: false
|
||||
# host: mongodb
|
||||
port: 5432
|
||||
database: mongo
|
||||
username: mongo
|
||||
# password: mongo
|
||||
# existingSecret: mongo
|
||||
port: 27017
|
||||
database: unifi
|
||||
username: unifi
|
||||
# existingSecret: unifi-mongodb
|
||||
# existingSecretPasswordKey: password
|
||||
|
||||
ingress:
|
||||
|
Loading…
Reference in New Issue
Block a user