1+ seed-e2e :
2+ enabled : true
3+
4+ # kinda external secrets
5+ secrets :
6+ ext-mongo :
7+ enabled : true
8+ stringData :
9+ mongodb-host : cf-mongodb:27017
10+ mongodb-password : mTiXcU2wafr9
11+ mongodb-user : cfuser
12+ mongodb-root-user : root
13+ mongodb-root-password : XT9nmM8dZD
14+ ext-postgres :
15+ enabled : true
16+ stringData :
17+ postgres-hostname : cf-postgresql
18+ postgres-password : eC9arYka4ZbH
19+ postgres-user : postgres
20+ ext-redis :
21+ enabled : true
22+ stringData :
23+ redis-url : cf-redis-master
24+ redis-password : hoC9szf7NtrU
25+ ext-rabbitmq :
26+ enabled : true
27+ stringData :
28+ rabbitmq-hostname : cf-rabbitmq:5672
29+ rabbitmq-password : cVz9ZdJKYm7u
30+ rabbitmq-username : user
31+ ext-firebase :
32+ enabled : true
33+ stringData :
34+ firebase-url : " " # placeholder for ${FIRBASE_URL}
35+ firebase-secret : " " # placeholder for ${FIREBASE_SECRET}
36+ e2e-mongo-uri :
37+ enabled : true
38+ stringData :
39+ mongo-uri : mongodb://cfuser:mTiXcU2wafr9@cf-mongodb:27017/codefresh
40+
41+ seed :
42+ mongoSeedJob :
43+ mongodbRootUserSecretKeyRef :
44+ name : cf-codefresh-ext-mongo
45+ key : mongodb-root-user
46+ mongodbRootPasswordSecretKeyRef :
47+ name : cf-codefresh-ext-mongo
48+ key : mongodb-root-password
49+
50+ postgresSeedJob :
51+ postgresUserSecretKeyRef :
52+ name : cf-codefresh-ext-postgres
53+ key : postgres-user
54+ postgresPasswordSecretKeyRef :
55+ name : cf-codefresh-ext-postgres
56+ key : postgres-password
57+
158global :
259 appUrl : " " # placeholder for ${CF_APP_HOST}
3- firebaseSecret : " " # placeholder for ${FIREBASE_SECRET}
60+ firebaseUrlSecretKeyRef :
61+ name : cf-codefresh-ext-firebase
62+ key : firebase-url
63+ firebaseSecretSecretKeyRef :
64+ name : cf-codefresh-ext-firebase
65+ key : firebase-secret
66+
67+ mongodbUserSecretKeyRef :
68+ name : cf-codefresh-ext-mongo
69+ key : mongodb-user
70+ mongodbPasswordSecretKeyRef :
71+ name : cf-codefresh-ext-mongo
72+ key : mongodb-password
73+ mongodbHostSecretKeyRef :
74+ name : cf-codefresh-ext-mongo
75+ key : mongodb-host
76+
77+ postgresHostnameSecretKeyRef :
78+ name : cf-codefresh-ext-postgres
79+ key : postgres-hostname
80+ postgresPasswordSecretKeyRef :
81+ name : cf-codefresh-ext-postgres
82+ key : postgres-password
83+ postgresUserSecretKeyRef :
84+ name : cf-codefresh-ext-postgres
85+ key : postgres-user
86+
87+ rabbitmqHostnameSecretKeyRef :
88+ name : cf-codefresh-ext-rabbitmq
89+ key : rabbitmq-hostname
90+ rabbitmqPasswordSecretKeyRef :
91+ name : cf-codefresh-ext-rabbitmq
92+ key : rabbitmq-password
93+ rabbitmqUsernameSecretKeyRef :
94+ name : cf-codefresh-ext-rabbitmq
95+ key : rabbitmq-username
96+
97+ redisPasswordSecretKeyRef :
98+ name : cf-codefresh-ext-redis
99+ key : redis-password
100+ redisUrlSecretKeyRef :
101+ name : cf-codefresh-ext-redis
102+ key : redis-url
4103
5104cfapi :
6105 hpa :
@@ -28,6 +127,10 @@ argo-platform:
28127 hpa :
29128 enabled : true
30129
130+ cron-executor :
131+ hpa :
132+ enabled : true
133+
31134 event-handler :
32135 hpa :
33136 enabled : true
@@ -42,4 +145,4 @@ argo-platform:
42145
43146 abac :
44147 hpa :
45- enabled : true
148+ enabled : true
0 commit comments