Skip to content

Commit

Permalink
Modify --backend-gateway-addr arguments in helm yorkie deployment res…
Browse files Browse the repository at this point in the history
…ource (#1115)
  • Loading branch information
emplam27 authored Jan 2, 2025
1 parent 88a8a64 commit 3bd66ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
"--profiling-port",
"{{ .Values.yorkie.ports.profilingPort }}",
"--backend-gateway-addr",
"yorkie-gateway.{{ .Values.yorkie.namespace }}.svc.cluster.local",
"{{ .Values.yorkie.name }}-gateway.{{ .Values.yorkie.namespace }}.svc.cluster.local",
]
ports:
- containerPort: {{ .Values.yorkie.ports.rpcPort }}
Expand Down

0 comments on commit 3bd66ce

Please sign in to comment.