Skip to content

Commit 93a0003

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

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
@@ -1,7 +1,7 @@
11
= Service exposition
22

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.
4-
This can e.g. be from you internal corporate network when running on bare metal, you internal network in your cloud provider or the Internet.
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.
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.

0 commit comments

Comments
 (0)