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
|
# -- Use an external MongoDB database
|
||||||
enabled: false
|
enabled: false
|
||||||
# host: mongodb
|
# host: mongodb
|
||||||
port: 5432
|
port: 27017
|
||||||
database: mongo
|
database: unifi
|
||||||
username: mongo
|
username: unifi
|
||||||
# password: mongo
|
# existingSecret: unifi-mongodb
|
||||||
# existingSecret: mongo
|
|
||||||
# existingSecretPasswordKey: password
|
# existingSecretPasswordKey: password
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
Loading…
Reference in New Issue
Block a user