diff options
author | 2025-02-14 11:55:26 +0000 | |
---|---|---|
committer | 2025-02-14 11:55:26 +0000 | |
commit | 58e0ea80f604a910fd1e496d92cefbcdc7740ae5 (patch) | |
tree | 0dc9a987ac09eb50808e764b5a2c372903029a7d /docker-compose/env/endurance.env | |
parent | 5d6c7d4739d8665a036ac0b99a6132aef6cdc984 (diff) | |
parent | 3ce7fde27b0f3b9d87a1566070347af708c4b3c6 (diff) |
Merge "Add healthchecks for docker-compose for k6 and CSIT"
Diffstat (limited to 'docker-compose/env/endurance.env')
-rw-r--r-- | docker-compose/env/endurance.env | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docker-compose/env/endurance.env b/docker-compose/env/endurance.env new file mode 100644 index 0000000000..907c63a6ae --- /dev/null +++ b/docker-compose/env/endurance.env @@ -0,0 +1,39 @@ +DB_CONTAINER_NAME=endurance-dbpostgresql +DB_PORT=5433 + +POSTGRES_EXPORTER_CONTAINER_NAME=endurance-postgres-exporter +POSTGRES_EXPORTER_PORT=9188 + +NGINX_CONTAINER_NAME=endurance-nginx-loadbalancer +CPS_CORE_PORT=8884 +CPS_PORT_RANGE=8798-8799 + +ZOOKEEPER_CONTAINER_NAME=endurance-zookeeper +ZOOKEEPER_PORT=2182 + +KAFKA_CONTAINER_NAME=endurance-kafka +KAFKA_PORT=9093 + +NCMP_DMI_PLUGIN_CONTAINER_NAME=endurance-ncmp-dmi-plugin +DMI_PORT=8786 + +NCMP_DMI_PLUGIN_DEMO_AND_CSIT_STUB_CONTAINER_NAME=endurance-ncmp-dmi-plugin-demo-and-csit-stub +DMI_DEMO_STUB_PORT=8787 + +POLICY_EXECUTOR_STUB_CONTAINER_NAME=endurance-policy-executor-stub +POLICY_EXECUTOR_STUB_PORT=8788 + +PROMETHEUS_CONTAINER_NAME=endurance-prometheus +PROMETHEUS_PORT=9091 + +GRAFANA_CONTAINER_NAME=endurance-grafana +GRAFANA_PORT=3001 + +KAFKA_UI_CONTAINER_NAME=endurance-kafka-ui +KAFKA_UI_PORT=8090 + +JAEGER_SERVICE_CONTAINER_NAME=endurance-jaeger-service +JAEGER_SERVICE_PORT=16687 + +CPS_NCMP_CACHES_CLUSTER_NAME=endurance-cps-and-ncmp-common-cache-cluster +CPS_NCMP_INSTANCE_CONFIG_NAME=endurance-cps-and-ncmp-hazelcast-instance-config |