Skip to content

Commit ec1425b

Browse files
Update modules/concepts/pages/service-exposition.adoc
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 93a0003 commit ec1425b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/concepts/pages/service-exposition.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This can e.g. be from your internal corporate network when running on bare metal
55

66
As of the release 23.4 our operators create a Kubernetes `Service` object to expose the deployed product.
77
For security reasons we default to the `ClusterIP` type, with the option to switch to a different type.
8-
You can specify the type to use using the field `spec.clusterConfig.listenerClass` by setting it to either
8+
You can specify the type within the custom resource field `spec.clusterConfig.listenerClass` by setting it to either:
99

1010
* `cluster-internal` => Use `ClusterIP` (default)
1111
* `external-unstable` => Use `NodePort`

0 commit comments

Comments
 (0)