Skip to content

Commit

Permalink
Bumps kds
Browse files Browse the repository at this point in the history
  • Loading branch information
nanodirijabl committed Oct 27, 2023
1 parent 0cfbcf2 commit d783109
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions compose.tracing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ services:
depends_on:
jaeger:
condition: service_healthy
environment:
- OTEL_SERVICE_NAME=cds
- OTEL_TRACES_EXPORTER=otlp
- OTEL_TRACES_SAMPLER=parentbased_always_on
- OTEL_EXPORTER_OTLP_PROTOCOL=http_protobuf
- OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger:4318

kds:
environment:
- OTEL_TRACES_EXPORTER=otlp
- OTEL_TRACES_SAMPLER=parentbased_always_off
- OTEL_EXPORTER_OTLP_PROTOCOL=http_protobuf
- OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger:4318

jaeger:
image: jaegertracing/all-in-one:1.47
Expand Down
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ services:
- ./test/riak/user.conf:/etc/riak/user.conf:ro

kds:
image: docker.io/rbkmoney/kds:2eba263c863a3137036480718a922394a7215375
image: ghcr.io/valitydev/kds:sha-f034482
command: /opt/kds/bin/kds foreground
volumes:
- ./test/kds/sys.config:/opt/kds/releases/0.1.0/sys.config:ro
- ./test/kds/ca.crt:/var/lib/kds/ca.crt:ro
- ./test/kds/server.pem:/var/lib/kds/server.pem:ro
healthcheck:
test: "curl http://localhost:8022/"
test: "/opt/kds/bin/kds ping"
interval: 5s
timeout: 1s
retries: 20

0 comments on commit d783109

Please sign in to comment.