What happened?
In 9679d04 the edgeport service was split into two separating udp from tcp into two distinct services.
The configmap from registry mentions the service name before this change:
|
- address: {{ .Release.Name }}-routr-edgeport.{{ .Release.Namespace }}:5060 |
Steps to reproduce
Deploy routr with registry enabled. Registry will try to connect to a non-existing address.
Expected behavior
I am not sure what could be a sensible default in this situation.
Additional context
No response
What happened?
In 9679d04 the edgeport service was split into two separating udp from tcp into two distinct services.
The configmap from registry mentions the service name before this change:
routr/ops/charts/connect/templates/registry/configmaps.yaml
Line 34 in de2b725
Steps to reproduce
Deploy routr with
registryenabled. Registry will try to connect to a non-existing address.Expected behavior
I am not sure what could be a sensible default in this situation.
Additional context
No response