Skip to content

Commit 5871a20

Browse files
committed
Apply suggestion
1 parent 5e98b9a commit 5871a20

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
@@ -3,7 +3,7 @@
33
For some deployed products it is sufficient to be only accessible within the Kubernetes cluster, while others need to be accessible from outside the Kubernetes cluster.
44
This can e.g. be from your internal corporate network when running on bare metal, your internal network in your cloud provider or the Internet.
55

6-
As of the release 23.4 our operators create a Kubernetes `Service` object to expose the deployed product.
6+
As of the release 23.4, the Stackable Operators create Kubernetes Service objects to expose the deployed product.
77
For security reasons, the Services default to the `ClusterIP` type in order to avoid exposing anything to the public.
88
You can specify the type within the custom resource field `spec.clusterConfig.listenerClass` by setting it to either:
99

0 commit comments

Comments
 (0)