Skip to content

Commit 288f764

Browse files
committed
use hostname "my-service.example.com" for example in comments
1 parent b5c0d2c commit 288f764

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

charts/o-neko-catnip/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ httpRoute:
131131
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
132132
# e.g.
133133
# hostnames:
134-
# - "catnip.oneko.com"
134+
# - "my-service.example.com"
135135
hostnames: []
136136
# httpRoute.pathMatchType Type specifies how to match against the HTTP request path. (PathPrefix, Exact or RegularExpression)
137137
pathMatchType: PathPrefix

charts/o-neko/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ httpRoute:
160160
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
161161
## e.g.
162162
## hostnames:
163-
## - "oneko.my-company.com"
163+
## - "my-service.example.com"
164164
hostnames: []
165165
# httpRoute.pathMatchType Type specifies how to match against the HTTP request path. (PathPrefix, Exact or RegularExpression)
166166
pathMatchType: PathPrefix

charts/sophora-admin-dashboard/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ httpRoute:
220220
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
221221
# e.g.
222222
# hostnames:
223-
# - "oneko.my-company.com"
223+
# - "my-service.example.com"
224224
hostnames: []
225225
# httpRoute.pathMatchType Type specifies how to match against the HTTP request path. (PathPrefix, Exact or RegularExpression)
226226
pathMatchType: PathPrefix

charts/sophora-ai/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ httpRoute:
228228
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
229229
# e.g.
230230
# hostnames:
231-
# - "oneko.my-company.com"
231+
# - "my-service.example.com"
232232
hostnames: []
233233
# httpRoute.pathMatchType Type specifies how to match against the HTTP request path. (PathPrefix, Exact or RegularExpression)
234234
pathMatchType: PathPrefix

charts/sophora-contentapi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ httpRoute:
8282
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
8383
# e.g.
8484
# hostnames:
85-
# - "oneko.my-company.com"
85+
# - "my-service.example.com"
8686
hostnames: []
8787
# httpRoute.pathMatchType Type specifies how to match against the HTTP request path. (PathPrefix, Exact or RegularExpression)
8888
pathMatchType: PathPrefix

charts/sophora-image-access-service/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ httpRoute:
9191
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
9292
# e.g.
9393
# hostnames:
94-
# - "oneko.my-company.com"
94+
# - "my-service.example.com"
9595
hostnames: []
9696
# httpRoute.pathMatchType Type specifies how to match against the HTTP request path. (PathPrefix, Exact or RegularExpression)
9797
pathMatchType: PathPrefix

charts/sophora-image-ai/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ httpRoute:
7575
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
7676
# e.g.
7777
# hostnames:
78-
# - "oneko.my-company.com"
78+
# - "my-service.example.com"
7979
hostnames: []
8080
# httpRoute.pathMatchType Type specifies how to match against the HTTP request path. (PathPrefix, Exact or RegularExpression)
8181
pathMatchType: PathPrefix

charts/sophora-importer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ httpRoute:
146146
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
147147
# e.g.
148148
# hostnames:
149-
# - "oneko.my-company.com"
149+
# - "my-service.example.com"
150150
hostnames: []
151151
# httpRoute.rules List of rules and filters applied.
152152
# e.g.

charts/sophora-indexing-service/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ httpRoute:
105105
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
106106
# e.g.
107107
# hostnames:
108-
# - "oneko.my-company.com"
108+
# - "my-service.example.com"
109109
hostnames: []
110110
# httpRoute.pathMatchType Type specifies how to match against the HTTP request path. (PathPrefix, Exact or RegularExpression)
111111
pathMatchType: PathPrefix

charts/sophora-linkchecker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ httpRoute:
8282
# httpRoute.hostnames Array with hostnames used for the HTTPRoute
8383
# e.g.
8484
# hostnames:
85-
# - "oneko.my-company.com"
85+
# - "my-service.example.com"
8686
hostnames: []
8787
# httpRoute.pathMatchType Type specifies how to match against the HTTP request path. (PathPrefix, Exact or RegularExpression)
8888
pathMatchType: PathPrefix

0 commit comments

Comments
 (0)