You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Renamed URL fields in components so they are not Docker specific and can work for both Docker and Kubernetes. Examples: `HostGRPCUrl -> ExternalGRPCUrl`, `DockerWSRPCUrl -> InternalWSRPCUrl`
2
+
- URLs prefixed with Internal, can be used as Docker internal URLs or Kubernetes internal URLs. In kubernetes the scope of internal can vary, can be either local URL available within the same namespace or cluster local URL, depending on the needs
3
+
- URLs prefixed with External are for integrating components externally
0 commit comments