Skip to content

Commit c0fbc8e

Browse files
markxnelsonrjeberhard
authored andcommitted
fix regex in ingress doc
1 parent 9fd638f commit c0fbc8e

File tree

1 file changed

+1
-1
lines changed
  • docs-source/content/userguide/managing-domains/ingress

1 file changed

+1
-1
lines changed

docs-source/content/userguide/managing-domains/ingress/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For example, if the `domainUID` is `domain1` and the cluster name is `cluster-1`
2424
will be named `domain1-cluster-cluster-1`.
2525

2626
The service name must comply with standard Kubernetes rules for naming of objects and in particular with DNS-1035:
27-
> A DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g. 'my-name', or 'abc-123', regex used for validation is '[a-z]([-a-z0-9]*[a-z0-9])?').
27+
> A DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g. `my-name`, or `abc-123`, regex used for validation is `[a-z]([-a-z0-9]*[a-z0-9])?`).
2828
2929
To comply with these requirements, if the `domainUID` or the cluster name contains some upper-case characters or underscores, then
3030
in the service name the upper-case characters will be converted to lower-case and underscores will be converted to hyphens.

0 commit comments

Comments
 (0)