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 ca6ce4c commit fb12165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ management:
horizon:
cache:
enabled: true
kubernetesServiceDns: ${COMET_CACHE_SERVICE_DNS:app-cache-headless.example.svc.cluster.local}
kubernetesServiceDns: ${COMET_CACHE_SERVICE_DNS:horizon-quasar-discovery-headless.integration.svc.cluster.local}
deDuplication:
enabled: ${COMET_CACHE_DE_DUPLICATION_ENABLED:false}
defaultCacheName: comet-deduplication
Expand Down

0 comments on commit fb12165

Please sign in to comment.