Skip to content

Commit

Permalink
fix: dns resolution for auth provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sjbodzo committed Dec 6, 2024
1 parent 4d8cfa5 commit e95f2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/big-peer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ hydra-subscription:
kafkaBootstrapHost: "{{ tpl $.Values.kafka.clusterName . }}-kafka-brokers.{{ tpl $.Values.kafka.namespace . }}:9092"
tracingHost: ""
consulHttpAddr: ditto-hydra-consul-server:8500
authAPIKeyServerUrl: "http://ditto-bp-dummy-auth-webhook.service"
authAPIKeyServerUrl: "http://ditto-bp-dummy-auth-webhook"

additionalEnv: {}

Expand Down

0 comments on commit e95f2d6

Please sign in to comment.