Skip to content

Commit

Permalink
change to workable version
Browse files Browse the repository at this point in the history
  • Loading branch information
thangchung committed May 26, 2023
1 parent f24de27 commit 1461478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/dapr/consul/components/consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
- name: datacenter
value: dc1 # Required. Example: dc1
- name: httpAddr
value: # TODO update here 10.1.0.4:8500 # Required. Example: "consul.default.svc.cluster.local:8500"
value: 127.0.0.1:8500 # TODO update here 10.1.0.4:8500 # Required. Example: "consul.default.svc.cluster.local:8500"
4 changes: 2 additions & 2 deletions build/dapr/consul/components/daprConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ spec:
configuration:
selfRegister: true
client:
address: # TODO: update here "10.1.0.4:8500" # Required. Example: "consul.default.svc.cluster.local:8500"
address: "127.0.0.1:8500" # TODO: update here "10.1.0.4:8500" # Required. Example: "consul.default.svc.cluster.local:8500"
checks:
- name: "Dapr Health Status"
checkID: "daprHealth: - ${APP_ID} - ${CONSUL_HTTP_ADDR}"
interval: "15s"
tcp: # TODO: update here "10.1.0.4:8500" # Required. Example: "consul.default.svc.cluster.local:8500"
tcp: "127.0.0.1:8500" # TODO: update here "10.1.0.4:8500" # Required. Example: "consul.default.svc.cluster.local:8500"
tags:
- "dapr"
queryOptions:
Expand Down

0 comments on commit 1461478

Please sign in to comment.