mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-04 11:59:02 +00:00
fix: external mongo values (#78)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user