Skip to content

Commit

Permalink
chore: changed default dns service
Browse files Browse the repository at this point in the history
  • Loading branch information
mherwig committed May 10, 2024
1 parent d53759d commit ecdb896
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ management:
probability: ${ZIPKIN_SAMPLER_PROBABILITY:1.0}

pulsar:
hostname: ${HOSTNAME:podId}
ssePollDelay: ${PULSAR_SSE_POLL_DELAY:1000}
sseTimeout: ${PULSAR_SSE_TIMEOUT:60000}
sseBatchSize: ${PULSAR_SSE_BATCH_SIZE:100}
Expand All @@ -50,7 +49,7 @@ pulsar:
horizon:
cache:
enabled: true
kubernetesServiceDns: ${PULSAR_CACHE_SERVICE_DNS:quasar-discovery-headless.integration.svc.cluster.local}
kubernetesServiceDns: ${PULSAR_CACHE_SERVICE_DNS:horizon-quasar-discovery-headless.integration.svc.cluster.local}
deDuplication:
enabled: ${PULSAR_CACHE_DE_DUPLICATION_ENABLED:true}
defaultCacheName: pulsar-deduplication
Expand Down

0 comments on commit ecdb896

Please sign in to comment.