We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0a734 commit f9fd559Copy full SHA for f9fd559
docker-compose.yml
@@ -121,7 +121,8 @@ services:
121
limits:
122
memory: 512M
123
environment:
124
- - JAVA_OPTS=-XX:+UnlockExperimentalVMOptions -Djava.security.egd=file:/dev/./urandom
+ # Waiting for https://github.com/openzipkin/zipkin/issues/3786
125
+ - JAVA_OPTS=-XX:UseSVE=0
126
ports:
127
- 9411:9411
128
spring-petclinic-genai-service/src/main/resources/application.yml
@@ -43,11 +43,3 @@ spring:
43
activate:
44
on-profile: docker
45
import: configserver:http://config-server:8888
46
- zipkin:
47
- baseUrl: http://tracing-server:9411
48
-server:
49
- port: 8084
50
-eureka:
51
- client:
52
- serviceUrl:
53
- defaultZone: http://discovery-server:8761/eureka/
0 commit comments