### internal db ip mongo-ip: &mongoIp one-click-dbs-mongodb..svc.cluster.local:27017 mysql-ip: &mysqlIp one-click-dbs-mysql..svc.cluster.local:3306/otf_camunda #mongo-ip: &mongoIp 10.0.190.153:27017 #mysql-ip: &mysqlIp 10.0.178.26:3306/otf_camunda mongo-secret-name: &mongoSecret one-click-dbs-mongodb mysql-secret-name: &mysqlSecret mysql frontend-image: &frontendImage FE-image #Your frontend docker image location service-api-image: &serviceApiImage SVC-API image #Your service-api docker image location camunda-image: &camundaImage CAMUNDA-image #Your camunda docker image location ###internal urls otf-url: &otfUrl http://otf-frontend..svc.cluster.local:80/ #fe ip address camunda-url: &camundaUrl http://otf-camunda..svc.cluster.local:8443/ #camunda ip address service-api-url: &svcUrl http://otf-service-api..svc.cluster.local:8443/otf/api/ #service api ip address camunda-url-no-port: &camundaUrlNoPort http://otf-camunda..svc.cluster.local #camunda ip address w/o port camunda-port: &camundaPort 8443 #otf-url: &otfUrl http://10.0.5.126:80/ #fe ip address #camunda-url: &camundaUrl http://10.0.75.51:8443/ #camunda ip address #service-api-url: &svcUrl http://10.0.96.153:8443/otf/api/ #service api ip adress #camunda-url-no-port: &camundaUrlNoPort http://10.0.75.51 #camunda ip address w/o port mechId: &mechId username mechIdPassword: &mechIdPassword password otf-oran-service-api: image: *serviceApiImage one_click: mongo: ip: *mongoIp secret_name: *mongoSecret otf: camunda: dev: host: *camundaUrlNoPort port: *camundaPort st: host: *camundaUrlNoPort port: *camundaPort prod: host: *camundaUrlNoPort port: *camundaPort prod_dr: host: *camundaUrlNoPort port: *camundaPort otf-camunda: image: *camundaImage one_click: mongo: ip: *mongoIp secret_name: *mongoSecret mysql: ip: *mysqlIp secret_name: *mysqlSecret otf-frontend: image: *frontendImage one_click: mongo: ip: *mongoIp secret_name: *mongoSecret mechId: *mechId mechIdPassword: *mechIdPassword otf: OTF_URL: dev: *otfUrl st: *otfUrl prod: *otfUrl serviceApi: prod: SERVICEAPI_URL: *svcUrl prod_dr: SERVICEAPI_URL: *svcUrl st: SERVICEAPI_URL: *svcUrl dev: SERVICEAPI_URL: *svcUrl camundaApi: prod: CAMUNDAAPI_URL: *camundaUrl prod_dr: CAMUNDAAPI_URL: *camundaUrl st: CAMUNDAAPI_URL: *camundaUrl dev: CAMUNDAAPI_URL: *camundaUrl