Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaelabalas84 committed Sep 26, 2024
1 parent 844bad1 commit 369e287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/temporal/templates/server-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ data:
active:
enabled: true
initialFailoverVersion: 1
rpcName: "temporal-dev-frontend.temporal-dev"
rpcAddress: "temporal-dev-frontend.temporal-dev:{{ $server.frontend.service.port }}"
rpcName: "temporal-dev-frontend"
rpcAddress: "127.0.0.1:{{ $server.frontend.service.port }}"
httpAddress: "127.0.0.1:{{ $server.frontend.service.httpPort }}"
{{- end }}
Expand All @@ -176,7 +176,7 @@ data:
{{- end }}
publicClient:
hostPort: "{{ include "temporal.componentname" (list $ "frontend") }}.temporal-dev:{{ $server.frontend.service.port }}"
hostPort: "{{ include "temporal.componentname" (list $ "frontend") }}:{{ $server.frontend.service.port }}"
dynamicConfigClient:
filepath: "/etc/temporal/dynamic_config/dynamic_config.yaml"
Expand Down

0 comments on commit 369e287

Please sign in to comment.