Refactor
This commit is contained in:
@@ -32,7 +32,6 @@ global:
|
||||
external:
|
||||
driver: "postgres"
|
||||
dataSource: "loopuser:looppassword@loop-database.loop-onprem.svc.cluster.local:5432/loopdb?sslmode=disable" # <username>:<password>@@loop-database.<namespace>.svc.cluster.local:5432/<dbname>?connect_timeout=10&sslmode=disable
|
||||
dataSourceReplicas: ""
|
||||
existingDatabaseSecret: {}
|
||||
jobserver:
|
||||
name: jobserver
|
||||
@@ -57,8 +56,6 @@ global:
|
||||
# Push proxy must be configured or useHPNS must be true for push noticiations to work.
|
||||
push:
|
||||
enabled: true
|
||||
# Hosted push notification service. Requires an enterprise license.
|
||||
# More details at https://docs.loop.ru/mobile/mobile-hpns.
|
||||
useHPNS: true
|
||||
|
||||
initContainerImage:
|
||||
@@ -188,6 +185,18 @@ loop-enterprise-edition:
|
||||
value: "true" #The flag indicates whether user access tokens are allowed
|
||||
- name: MM_SERVICESETTINGS_GIPHYSDKKEY
|
||||
value: "" #Giphy SDK key for integration with Giphy
|
||||
- name: MM_SQLSETTINGS_DATASOURCE
|
||||
value: "postgres://loopuser:looppassword@loop-database.loop-onprem.svc.cluster.local:5432/loopdb?sslmode=disable"
|
||||
- name: MM_SQLSETTINGS_DATASOURCEREPLICAS
|
||||
value: "postgres://loopuser:looppassword@loop-database-1.loop-onprem.svc.cluster.local:5432/loopdb?sslmode=disable"
|
||||
- name: MM_SQLSETTINGS_MAXIDLECONNS
|
||||
value: "10"
|
||||
- name: MM_SQLSETTINGS_DISABLEDATABASESEARCH
|
||||
value: "true"
|
||||
- name: MM_SQLSETTINGS_MAXOPENCONNS
|
||||
value: "80"
|
||||
- name: MM_SQLSETTINGS_QUERYTIMEOUT
|
||||
value: "300"
|
||||
## The following environment variables are required to run loop in clustered mode.
|
||||
# - name: MM_CLUSTERSETTINGS_ENABLE
|
||||
# value: "true"
|
||||
|
||||
Reference in New Issue
Block a user