Reword "service name" glossary definition (#4965)

Slight wording adjustments for better flow. Fixes #4895.
This commit is contained in:
Greg Taylor 2019-09-12 05:52:56 -07:00 committed by Istio Automation
parent b6242cce55
commit 2fe5079929
1 changed files with 2 additions and 2 deletions

View File

@ -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.