File tree Expand file tree Collapse file tree 8 files changed +8
-578
lines changed
compose/configurations/monitoring
frontend-demo/with-lets-encrypt/explorviz Expand file tree Collapse file tree 8 files changed +8
-578
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ COMPOSE_PROFILES=env
6
6
EXPLORVIZ_JAVA_IMAGE_TYPE = jvm
7
7
8
8
# ExplorViz Image Tags
9
- ADAPTER_SERVICE_IMAGE_TAG = latest
10
9
SPAN_SERVICE_IMAGE_TAG = latest
11
10
USER_SERVICE_IMAGE_TAG = latest
12
11
COLLABORATION_SERVICE_IMAGE_TAG = latest
@@ -30,7 +29,6 @@ COLLABORATION_HOSTNAME=collaboration-service
30
29
USER_PORT = 8080
31
30
SPAN_PORT = 8080
32
31
COLLABORATION_PORT = 4444
33
- ADAPTER_PORT = 8087
34
32
FRONTEND_PORT = 8080
35
33
36
34
# ExplorViz Frontend Auth
@@ -41,7 +39,6 @@ AUTH0_LOGOUT_URL=http://localhost:8080/
41
39
NO_AUTH_USER_NICKNAME = user-1
42
40
43
41
# ExplorViz Scaling
44
- ADAPTER_REPLICAS = 1
45
42
SPAN_REPLICAS = 1
46
43
47
44
# Monitoring
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
"type" : " object"
10
10
},
11
11
"properties" : {
12
- "adapter-service" : {
13
- "$ref" : " adapter-service-schema.json"
14
- },
15
12
"span-service" : {
16
13
"$ref" : " span-service-schema.json"
17
14
},
18
15
"user-service" : {
19
16
"$ref" : " user-service-schema.json"
20
17
}
21
18
},
22
- "required" : [
23
- " adapter-service" ,
24
- " span-service" ,
25
- " user-service"
26
- ]
19
+ "required" : [" span-service" , " user-service" ]
27
20
}
28
21
},
29
22
"required" : [" services" ]
Original file line number Diff line number Diff line change @@ -13,28 +13,6 @@ include:
13
13
- ./compose/compose.base.yaml
14
14
15
15
services :
16
- adapter-service :
17
- hostname : adapter-service
18
- image : explorviz/adapter-service-${EXPLORVIZ_JAVA_IMAGE_TYPE}:${ADAPTER_SERVICE_IMAGE_TAG}
19
- env_file :
20
- - path : ./.env
21
- - path : ./.env-custom
22
- required : false
23
- depends_on :
24
- init-kafka :
25
- condition : service_completed_successfully
26
- kafka :
27
- condition : service_healthy
28
- schema-registry :
29
- condition : service_started
30
- environment :
31
- - QUARKUS_KAFKA_STREAMS_SCHEMA_REGISTRY_URL=http://schema-registry:8081
32
- - EXPLORVIZ_LOG_LVL=DEBUG
33
- - EXPLORVIZ_VALIDATE_TOKEN_EXISTENCE=true
34
- deploy :
35
- mode : replicated
36
- replicas : ${ADAPTER_REPLICAS}
37
-
38
16
span-service :
39
17
hostname : span-service
40
18
image : explorviz/span-service-${EXPLORVIZ_JAVA_IMAGE_TYPE}:${SPAN_SERVICE_IMAGE_TAG}
You can’t perform that action at this time.
0 commit comments