mirror of https://github.com/istio/istio.io.git
Reword "service name" glossary definition (#4965)
Slight wording adjustments for better flow. Fixes #4895.
This commit is contained in:
parent
b6242cce55
commit
2fe5079929
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Service Name
|
||||
---
|
||||
A unique name for a [service](#service), identifying it within the [service mesh](#service-mesh).
|
||||
A service may not be renamed and maintain its identity, each service name is unique.
|
||||
A name that uniquely identifies a [service](#service) within the [service mesh](#service-mesh).
|
||||
A service may not be renamed while maintaining its identity.
|
||||
A service may have multiple [versions](#service-version), but a service name is version-independent.
|
||||
|
|
Loading…
Reference in New Issue