22 nxCloudAppURL : " https://nx.test"
33 imagePullSecrets :
44 - regcreds
5+ mongodbConnectionString :
6+ secretName : nx-cloud-credentials
7+ secretKey : NX_CLOUD_MONGO_SERVER_ENDPOINT
58
6- objects :
7- - apiVersion : v1
9+ # objects:
10+ # - apiVersion: v1
11+ # kind: Service
12+ # metadata:
13+ # name: backend-not-found
14+ # labels:
15+ # app: backend-not-found
16+ # app.kubernetes.io/name: nx-cloud
17+ # app.kubernetes.io/instance: nx-cloud
18+ # spec:
19+ # selector:
20+ # app: backend-not-found
21+ # type: ClusterIP
22+ # ports:
23+ # - name: http
24+ # port: 80
25+ # targetPort: 80
26+
27+ extraObjects :
28+ appSecrets :
29+ apiVersion : v1
30+ kind : Secret
31+ metadata :
32+ name : nx-cloud-credentials
33+ type : Opaque
34+ stringData :
35+ VALKEY_PASSWORD : password
36+ NX_CLOUD_MONGO_SERVER_ENDPOINT : mongodb://mongo-mongodb-0.mongo-mongodb-headless.mongodb.svc.cluster.local:27017
37+ ADMIN_PASSWORD : password
38+
39+ backendNotFoundService :
40+ apiVersion : v1
841 kind : Service
942 metadata :
1043 name : backend-not-found
@@ -21,27 +54,12 @@ objects:
2154 port : 80
2255 targetPort : 80
2356
24- extraObjects :
25- - apiVersion : v1
26- kind : Secret
27- metadata :
28- name : nx-cloud-credentials
29- type : Opaque
30- stringData :
31- VALKEY_PASSWORD : password
32- NX_CLOUD_MONGO_SERVER_ENDPOINT : mongodb://mongo-mongodb-0.mongo-mongodb-headless.mongodb.svc.cluster.local:27017
33- ADMIN_PASSWORD : password
34-
3557aggregator :
3658 cronjob :
3759 env :
3860 NX_CLOUD_SKIP_SLOW_AGGREGATOR_QUERIES : ' true'
3961 NX_CLOUD_LOG_OUTPUT_FORMAT : ' json'
4062 envValueFrom :
41- NX_CLOUD_MONGO_SERVER_ENDPOINT :
42- secretKeyRef :
43- name : nx-cloud-credentials
44- key : NX_CLOUD_MONGO_SERVER_ENDPOINT
4563 ADMIN_PASSWORD :
4664 secretKeyRef :
4765 name : nx-cloud-credentials
@@ -52,11 +70,6 @@ frontend:
5270 deployment :
5371 env :
5472 NX_API_INTERNAL_BASE_URL : ' http://nx-cloud-nx-api-service'
55- envValueFrom :
56- NX_CLOUD_MONGO_SERVER_ENDPOINT :
57- secretKeyRef :
58- name : nx-cloud-credentials
59- key : NX_CLOUD_MONGO_SERVER_ENDPOINT
6073 resources : null
6174
6275api :
7588 VALKEY_USERNAME : " default"
7689 ACTIVEMQ_ADDRESS : tcp://nx-cloud-messagequeue:61616
7790 envValueFrom :
78- NX_CLOUD_MONGO_SERVER_ENDPOINT :
79- secretKeyRef :
80- name : nx-cloud-credentials
81- key : NX_CLOUD_MONGO_SERVER_ENDPOINT
8291 VALKEY_PASSWORD :
8392 secretKeyRef :
8493 name : nx-cloud-credentials
0 commit comments