Skip to content

Commit

Permalink
Update compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw authored Oct 15, 2024
1 parent f9f5fe7 commit e833e78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions container/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ services:
KARAPACE_COMPATIBILITY: FULL
KARAPACE_STATSD_HOST: statsd-exporter
KARAPACE_STATSD_PORT: 8125
KARAPACE_KAFKA_SCHEMA_READER_STRICT_MODE: false
KARAPACE_KAFKA_RETRIABLE_ERRORS_SILENCED: true
KARAPACE_KAFKA_SCHEMA_READER_STRICT_MODE: "false"
KARAPACE_KAFKA_RETRIABLE_ERRORS_SILENCED: "true"

karapace-rest:
image: ghcr.io/aiven-open/karapace:develop
Expand All @@ -108,8 +108,8 @@ services:
KARAPACE_LOG_LEVEL: WARNING
KARAPACE_STATSD_HOST: statsd-exporter
KARAPACE_STATSD_PORT: 8125
KARAPACE_KAFKA_SCHEMA_READER_STRICT_MODE: false
KARAPACE_KAFKA_RETRIABLE_ERRORS_SILENCED: true
KARAPACE_KAFKA_SCHEMA_READER_STRICT_MODE: "false"
KARAPACE_KAFKA_RETRIABLE_ERRORS_SILENCED: "true"

prometheus:
image: prom/prometheus
Expand Down

0 comments on commit e833e78

Please sign in to comment.