File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ For some deployed products it is sufficient to be only accessible within the Kub
4
4
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.
5
5
6
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 .
7
+ For security reasons, the Services default to the `ClusterIP` type in order to avoid exposing anything to the public .
8
8
You can specify the type within the custom resource field `spec.clusterConfig.listenerClass` by setting it to either:
9
9
10
10
* `cluster-internal` => Use `ClusterIP` (default)
You can’t perform that action at this time.
0 commit comments