We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c500677 commit c64bf79Copy full SHA for c64bf79
1 file changed
deploy/k8s/helm/inf.yaml
@@ -21,6 +21,8 @@ inf:
21
db: IdentityDb # Ordering API SQL db name
22
webhooks:
23
db: WebhooksDb # Webhooks DB
24
+ mongo:
25
+ host: #my-nosql-data # Uncomment to use specify custom mongo host. By default nosql-data is used
26
redis: # inf.redis defines the redis' connection strings
27
basket:
28
svc: basket-data # Name of k8s svc for basket redis
0 commit comments