Skip to content

Commit 8209f14

Browse files
Update docs/modules/listener-operator/pages/usage.adoc
Co-authored-by: Malte Sander <[email protected]>
1 parent 7668d6b commit 8209f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/listener-operator/pages/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ include::example$usage-pod.yaml[]
8989
----
9090
<1> Defines an _ephemeral_ listener, meaning that it will automatically be deleted when the `Pod` is.
9191
<2> Defines the accessibility of this pod by automatically creating a service according to the xref:listenerclass.adoc[] `external-stable`.
92-
<3> Mounts metadata about the `Listener` (such as the port mapping and IP address) into `/listener`.
92+
<3> Mounts metadata about the `Listener` (such as the port mapping and IP address) into the pod's `/listener` directory.
9393
The volume *must* be mounted, even if this data is never used by the `Pod` itself.
9494

9595
The exact xref:listenerclass.adoc[] is going to depend on the Kubernetes environment, but should often look like this for public clouds:

0 commit comments

Comments
 (0)