|
1 | 1 | { |
2 | | - "projectId": "0000000000000000000000000", |
3 | | - "tenantId": "bot-targa", |
4 | | - "ref": "branches/branch-9b1c6db2-d936-46ca-9e6f-453e2195172f", |
| 2 | + "projectId": "project-id", |
| 3 | + "tenantId": "tenant-id", |
| 4 | + "ref": "branches/main", |
5 | 5 | "configType": "base", |
6 | 6 | "config": { |
7 | 7 | "endpoints": { |
|
191 | 191 | "logParser": "mia-json", |
192 | 192 | "name": "crud-service", |
193 | 193 | "description": "", |
194 | | - "dockerImage": "nexus.mia-platform.eu/core/crud-service:4.2.0", |
195 | | - "environment": [ |
| 194 | + "dockerImage": "registry-example/core/crud-service:4.2.0", "environment": [ |
196 | 195 | { |
197 | 196 | "name": "MONGODB_URL", |
198 | | - "value": "{{MONGODB_URL}}", |
| 197 | + "value": "{{DB_CONNECTION_STRING}}", |
199 | 198 | "valueType": "plain" |
200 | 199 | }, |
201 | 200 | { |
|
298 | 297 | "logParser": "mia-json", |
299 | 298 | "name": "swagger-aggregator", |
300 | 299 | "description": "", |
301 | | - "dockerImage": "nexus.mia-platform.eu/core/swagger-aggregator:3.4.0", |
| 300 | + "dockerImage": "registry-example/core/swagger-aggregator:3.4.0", |
302 | 301 | "environment": [ |
303 | 302 | { |
304 | 303 | "name": "CONFIG_FILE_PATH", |
|
377 | 376 | "logParser": "mia-nginx", |
378 | 377 | "name": "api-portal", |
379 | 378 | "description": "", |
380 | | - "dockerImage": "nexus.mia-platform.eu/api-portal/website:1.13.7", |
| 379 | + "dockerImage": "registry-example/api-portal/website:1.13.7", |
381 | 380 | "environment": [ |
382 | 381 | { |
383 | 382 | "name": "HTTP_PORT", |
|
426 | 425 | "logParser": "mia-json", |
427 | 426 | "name": "microservice-gateway", |
428 | 427 | "description": "", |
429 | | - "dockerImage": "nexus.mia-platform.eu/core/microservice-gateway:6.0.6", |
| 428 | + "dockerImage": "registry-example/core/microservice-gateway:6.0.6", |
430 | 429 | "environment": [ |
431 | 430 | { |
432 | 431 | "name": "CONFIGURATION_PATH", |
|
510 | 509 | "logParser": "mia-json", |
511 | 510 | "name": "authorization-service", |
512 | 511 | "description": "", |
513 | | - "dockerImage": "nexus.mia-platform.eu/core/authorization-service:2.1.0", |
| 512 | + "dockerImage": "registry-example/core/authorization-service:2.1.0", |
514 | 513 | "environment": [ |
515 | 514 | { |
516 | 515 | "name": "LOG_LEVEL", |
|
638 | 637 | "additionalContainers": [ |
639 | 638 | { |
640 | 639 | "name": "dnsmasq", |
641 | | - "dockerImage": "nexus.mia-platform.eu/core/dnsmasq:1.0.0", |
| 640 | + "dockerImage": "registry-example/core/dnsmasq:1.0.0", |
642 | 641 | "environment": [], |
643 | 642 | "resources": { |
644 | 643 | "cpuLimits": { |
|
680 | 679 | ], |
681 | 680 | "name": "api-gateway", |
682 | 681 | "description": "", |
683 | | - "dockerImage": "nexus.mia-platform.eu/core/api-gateway:4.1.4", |
| 682 | + "dockerImage": "registry-example/core/api-gateway:4.1.4", |
684 | 683 | "environment": [], |
685 | 684 | "resources": { |
686 | 685 | "cpuLimits": { |
|
0 commit comments