fix: external mongo values (#78)

This commit is contained in:
2024-07-13 22:17:11 +01:00
committed by GitHub
parent ca8620cafe
commit b09fbf4303
3 changed files with 24 additions and 10 deletions

View File

@ -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: