File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
charts/devtron-enterprise Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,18 @@ global:
18
18
# effect: "NoSchedule"
19
19
# imagePullSecrets:
20
20
# - name: your-image-pull-secret
21
+ externalPostgres :
22
+ enabled : false
23
+ # Password for external database (ensure that username is postgres).
24
+ PG_PASSWORD : " "
25
+ # For external Database replace the PG_ADDR with the DNS endpoint of postgres.
26
+ PG_ADDR : " "
27
+ dbConfig :
28
+ PG_ADDR : postgresql-postgresql.devtroncd
29
+ PG_PORT : " 5432"
30
+ PG_USER : postgres
31
+ PG_DATABASE : orchestrator
32
+
21
33
devtron :
22
34
installer :
23
35
repo : " devtron-labs/charts"
Original file line number Diff line number Diff line change @@ -18,6 +18,17 @@ global:
18
18
# effect: "NoSchedule"
19
19
# imagePullSecrets:
20
20
# - name: your-image-pull-secret
21
+ externalPostgres :
22
+ enabled : false
23
+ # Password for external database (ensure that username is postgres).
24
+ PG_PASSWORD : " "
25
+ # For external Database replace the PG_ADDR with the DNS endpoint of postgres.
26
+ PG_ADDR : " "
27
+ dbConfig :
28
+ PG_ADDR : postgresql-postgresql.devtroncd
29
+ PG_PORT : " 5432"
30
+ PG_USER : postgres
31
+ PG_DATABASE : orchestrator
21
32
22
33
# Set the storage class to be used for PVCs (would use default sc if not specified)
23
34
storageClass : " "
@@ -57,7 +68,6 @@ devtron:
57
68
cicdImage : " devtron:8cbc3dc7-930-33598"
58
69
imagePullPolicy : IfNotPresent
59
70
customOverrides :
60
- PG_ADDR : postgresql-postgresql.devtroncd
61
71
USE_CUSTOM_HTTP_TRANSPORT : " false"
62
72
ASYNC_BUILDX_CACHE_EXPORT : " false"
63
73
BUILDX_CACHE_MODE_MIN : " false"
You can’t perform that action at this time.
0 commit comments