File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/modules/listener-operator/pages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 .
9393The volume *must* be mounted, even if this data is never used by the `Pod` itself.
9494
9595The exact xref:listenerclass.adoc[] is going to depend on the Kubernetes environment, but should often look like this for public clouds:
You can’t perform that action at this time.
0 commit comments