mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
9 Commits
WIFI-13353
...
stephb9959
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7ba30a1fb | ||
|
|
c84cd0f15b | ||
|
|
472c4d6809 | ||
|
|
ea4d0e40fa | ||
|
|
d0e5d398cf | ||
|
|
538086267a | ||
|
|
f0cd139e90 | ||
|
|
7a8cb72b65 | ||
|
|
2bc81390ff |
@@ -52,7 +52,7 @@ EXTRA_VALUES_SPLITTED=()
|
||||
|
||||
# Helper functions
|
||||
check_if_chart_version_is_release() {
|
||||
PARSED_CHART_VERSION=$(echo $CHART_VERSION | grep -xE "v\d+\.\d+\.\d+.*")
|
||||
PARSED_CHART_VERSION=$(echo $CHART_VERSION | grep -xP "v[0-9]+\.[0-9]+\.[0-9]+.*")
|
||||
if [[ -z "$PARSED_CHART_VERSION" ]]; then
|
||||
return 1
|
||||
else
|
||||
|
||||
@@ -53,7 +53,6 @@ postgresql-ha:
|
||||
enabled: true
|
||||
pgpool:
|
||||
adminPassword: admin
|
||||
maxConnections: 400
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
@@ -68,7 +67,6 @@ postgresql-ha:
|
||||
postgresPassword: postgres
|
||||
repmgrPassword: repmgr
|
||||
maxConnections: 1000
|
||||
sharedBuffers: 256MB
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
||||
@@ -27,11 +27,12 @@ SYSTEM_URI_UI=https://openwifi.wlan.local
|
||||
#KAFKA_ENABLE=true
|
||||
KAFKA_BROKERLIST=kafka:9092
|
||||
#STORAGE_TYPE=sqlite
|
||||
#STORAGE_TYPE_POSTGRESQL_HOST=localhost
|
||||
#STORAGE_TYPE_POSTGRESQL_USERNAME=owanalytics
|
||||
#STORAGE_TYPE_POSTGRESQL_PASSWORD=owanalytics
|
||||
#STORAGE_TYPE_POSTGRESQL_DATABASE=owanalytics
|
||||
#STORAGE_TYPE_POSTGRESQL_PORT=5432
|
||||
#STORAGE_TYPE=postgresql
|
||||
STORAGE_TYPE_POSTGRESQL_HOST=postgresql
|
||||
STORAGE_TYPE_POSTGRESQL_USERNAME=owanalytics
|
||||
STORAGE_TYPE_POSTGRESQL_PASSWORD=owanalytics
|
||||
STORAGE_TYPE_POSTGRESQL_DATABASE=owanalytics
|
||||
STORAGE_TYPE_POSTGRESQL_PORT=5432
|
||||
#STORAGE_TYPE_MYSQL_HOST=localhost
|
||||
#STORAGE_TYPE_MYSQL_USERNAME=owanalytics
|
||||
#STORAGE_TYPE_MYSQL_PASSWORD=owanalytics
|
||||
|
||||
Reference in New Issue
Block a user