@@ -66,48 +66,54 @@ _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documen
66
66
67
67
### Tags
68
68
69
- | Name | Description | Value |
70
- | -------------------- | ----------------------------------------------------- | -------------------------------------------------- |
71
- | ` tags.cf-infra ` | Enable Codefresh Classic services(charts) | ` true ` |
72
- | ` tags.argo-platform ` | (WIP) Enable Codefresh Argo-Platform services(charts) | ` false ` |
73
- | ` firebaseUrl ` | Firebase URL for logs streaming | ` https://codefresh-on-prem.firebaseio.com/on-prem ` |
74
- | ` firebaseSecret ` | Firebase Secret | ` placeholder ` |
69
+ | Name | Description | Value |
70
+ | -------------------- | ----------------------------------------------------- | ------- |
71
+ | ` tags.cf-infra ` | Enable Codefresh Classic services(charts) | ` true ` |
72
+ | ` tags.argo-platform ` | (WIP) Enable Codefresh Argo-Platform services(charts) | ` false ` |
73
+
74
+
75
+ ### Root
76
+
77
+ | Name | Description | Value |
78
+ | ---------------- | ------------------------------- | -------------------------------------------------- |
79
+ | ` firebaseUrl ` | Firebase URL for logs streaming | ` https://codefresh-on-prem.firebaseio.com/on-prem ` |
80
+ | ` firebaseSecret ` | Firebase Secret | ` placeholder ` |
75
81
76
82
77
83
### Global parameters
78
84
79
- | Name | Description | Value |
80
- | ----------------------------- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
81
- | ` global.appUrl ` | Application root url | ` onprem.codefresh.local ` |
82
- | ` global.seedJobs ` | Instantiate databases with seed data. Used in on-prem environments. ` true/false ` | ` nil ` |
83
- | ` global.certsJobs ` | Generate self-signed certificates for Builder/Runner. Used in on-prem environments. ` true/false ` | ` nil ` |
84
- | ` global.privateRegistry ` | When using private docker registry, enable this flag | ` false ` |
85
- | ` global.dockerRegistry ` | Replaces/adds docker registry prefix for images when ` privateRegistry ` is enabled (has to be with trailing "/" ) | ` "" ` |
86
- | ` global.rabbitService ` | Default Internal RabbitMQ service address | ` rabbitmq ` |
87
- | ` global.rabbitmqHostname ` | External RabbitMQ service address | ` nil ` |
88
- | ` global.rabbitmqUsername ` | Default RabbitMQ username | ` user ` |
89
- | ` global.rabbitmqPassword ` | Default RabbitMQ password | ` cVz9ZdJKYm7u ` |
90
- | ` global.mongoURI ` | Default Internal MongoDB URI | ` mongodb://cfuser:mTiXcU2wafr9@cf- mongodb:27017 ` |
91
- | ` global.mongodbDatabase ` | Default MongoDB database name | ` codefresh ` |
92
- | ` global.mongodbRootUser ` | Default MongoDB root user | ` root ` |
93
- | ` global.mongodbRootPassword ` | Default MongoDB root password | ` XT9nmM8dZD ` |
94
- | ` global.mongodbImage ` | Default Image used in seed-jobs | ` bitnami/mongodb:4.2 ` |
95
- | ` global.redisService ` | Default Internal Redis service address | ` redis-master ` |
96
- | ` global.redisPort ` | Default Internal Redis port number | ` 6379 ` |
97
- | ` global.redisUrl ` | Default External Redis service address | ` nil ` |
98
- | ` global.redisPassword ` | Default Internal Redis password | ` hoC9szf7NtrU ` |
99
- | ` global.runtimeRedisHost ` | Default for OfflineLogging feature | ` cf-redis-master ` |
100
- | ` global.runtimeRedisPassword ` | Default for OfflineLogging feature | ` hoC9szf7NtrU ` |
101
- | ` global.runtimeRedisDb ` | Default for OfflineLogging feature | ` 1 ` |
102
- | ` global.runtimeRedisPort ` | Default for OfflineLogging feature | ` 6379 ` |
103
- | ` global.runtimeMongoURI ` | Default for OfflineLogging feature | ` mongodb://cfuser:mTiXcU2wafr9@cf- mongodb:27017 ` |
104
- | ` global.runtimeMongoDb ` | Default for OfflineLogging feature | ` codefresh ` |
105
- | ` global.postgresService ` | Default Internal Postgresql service address | ` cf- postgresql` |
106
- | ` global.postgresHostname ` | Default External Postgresql service address | ` nil ` |
107
- | ` global.postgresUser ` | Default Internal Postgresql username | ` postgres ` |
108
- | ` global.postgresPassword ` | Default Internal Postgresql password | ` eC9arYka4ZbH ` |
109
- | ` global.postgresDatabase ` | Default Internal Postgresql database name | ` codefresh ` |
110
- | ` global.postgresPort ` | Default Internal Postgresql port number | ` 5432 ` |
85
+ | Name | Description | Value |
86
+ | ----------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
87
+ | ` global.appUrl ` | Application root url | ` onprem.codefresh.local ` |
88
+ | ` global.seedJobs ` | Instantiate databases with seed data. Used in on-prem environments. ` true/false ` | ` nil ` |
89
+ | ` global.certsJobs ` | Generate self-signed certificates for Builder/Runner. Used in on-prem environments. ` true/false ` | ` nil ` |
90
+ | ` global.privateRegistry ` | When using private docker registry, enable this flag | ` false ` |
91
+ | ` global.dockerRegistry ` | Replaces/adds docker registry prefix for images when ` privateRegistry ` is enabled (has to be with trailing ` / ` ) | ` "" ` |
92
+ | ` global.rabbitService ` | Default Internal RabbitMQ service address | ` rabbitmq ` |
93
+ | ` global.rabbitmqHostname ` | External RabbitMQ service address | ` nil ` |
94
+ | ` global.rabbitmqUsername ` | Default RabbitMQ username | ` user ` |
95
+ | ` global.rabbitmqPassword ` | Default RabbitMQ password | ` cVz9ZdJKYm7u ` |
96
+ | ` global.mongoURI ` | Default Internal MongoDB URI | ` mongodb://cfuser:mTiXcU2wafr9@mongodb:27017 ` |
97
+ | ` global.mongodbDatabase ` | Default MongoDB database name | ` codefresh ` |
98
+ | ` global.mongodbRootUser ` | Default MongoDB root user | ` root ` |
99
+ | ` global.mongodbRootPassword ` | Default MongoDB root password | ` XT9nmM8dZD ` |
100
+ | ` global.mongodbImage ` | Default Image used in seed-jobs | ` bitnami/mongodb:4.2 ` |
101
+ | ` global.redisService ` | Default Internal Redis service address | ` redis-master ` |
102
+ | ` global.redisPort ` | Default Redis port number | ` 6379 ` |
103
+ | ` global.redisUrl ` | Default External Redis service address | ` nil ` |
104
+ | ` global.redisPassword ` | Default Redis password | ` hoC9szf7NtrU ` |
105
+ | ` global.runtimeRedisHost ` | Default for OfflineLogging feature | ` cf-redis-master ` |
106
+ | ` global.runtimeRedisPassword ` | Default for OfflineLogging feature | ` hoC9szf7NtrU ` |
107
+ | ` global.runtimeRedisDb ` | Default for OfflineLogging feature | ` 1 ` |
108
+ | ` global.runtimeRedisPort ` | Default for OfflineLogging feature | ` 6379 ` |
109
+ | ` global.runtimeMongoURI ` | Default for OfflineLogging feature | ` mongodb://cfuser:mTiXcU2wafr9@mongodb:27017 ` |
110
+ | ` global.runtimeMongoDb ` | Default for OfflineLogging feature | ` codefresh ` |
111
+ | ` global.postgresService ` | Default Internal Postgresql service address | ` postgresql ` |
112
+ | ` global.postgresHostname ` | Default External Postgresql service address | ` nil ` |
113
+ | ` global.postgresUser ` | Default Postgresql username | ` postgres ` |
114
+ | ` global.postgresPassword ` | Default Postgresql password | ` eC9arYka4ZbH ` |
115
+ | ` global.postgresDatabase ` | Default Postgresql database name | ` codefresh ` |
116
+ | ` global.postgresPort ` | Default Postgresql port number | ` 5432 ` |
111
117
112
118
113
119
## Additional Documentation
0 commit comments