Skip to content

Commit

Permalink
fix: incorrect signaling target port in agent service.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed May 17, 2024
1 parent d417eb4 commit 5dd2869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
protocol: TCP
name: default
- port: {{ .Values.endpoints.signaling.port }}
targetPort: control
targetPort: signaling
protocol: TCP
name: signaling
- port: {{ .Values.endpoints.public.port }}
Expand Down
2 changes: 1 addition & 1 deletion charts/agent-plane/templates/service-dataplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
protocol: TCP
name: default
- port: {{ .Values.endpoints.signaling.port }}
targetPort: control
targetPort: signaling
protocol: TCP
name: signaling
- port: {{ .Values.endpoints.public.port }}
Expand Down

0 comments on commit 5dd2869

Please sign in to comment.