We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a0003 commit ec1425bCopy full SHA for ec1425b
modules/concepts/pages/service-exposition.adoc
@@ -5,7 +5,7 @@ This can e.g. be from your internal corporate network when running on bare metal
5
6
As of the release 23.4 our operators create a Kubernetes `Service` object to expose the deployed product.
7
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
+You can specify the type within the custom resource field `spec.clusterConfig.listenerClass` by setting it to either:
9
10
* `cluster-internal` => Use `ClusterIP` (default)
11
* `external-unstable` => Use `NodePort`
0 commit comments