Skip to content

Commit 6473148

Browse files
committed
docs: fix pfcp-dump-examples RST headings, add emptyDir to dict, include in toctree
1 parent c172ba1 commit 6473148

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

configuration/pfcp-dump-examples.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
..
2+
SPDX-FileCopyrightText: © 2022 Open Networking Foundation <[email protected]>
3+
SPDX-License-Identifier: Apache-2.0
4+
15
PFCP Dump Examples
26
===================
37

48
This file contains example ``values.yaml`` snippets to enable the PFCP raw-dump
59
feature for debugging parse errors in the ``pfcp-agent`` container.
610

711

8-
Use transient storage (emptyDir) — good for testing/local/dev
9-
-----------------------------------------------------------
12+
Use transient storage (empty dir)
13+
--------------------------------
1014

1115
.. code-block:: yaml
1216
@@ -24,8 +28,8 @@ This will mount an ``emptyDir`` into the pod at ``/var/log/upf/pfcp_dumps`` and
2428
the runtime will prune files when the directory exceeds ``maxBytes`` or
2529
``maxFiles``.
2630

27-
Use persistent storage (PVC) — for production/long-term capture
28-
-------------------------------------------------------------
31+
Use persistent storage (PVC)
32+
----------------------------
2933

3034
.. code-block:: yaml
3135

dict.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,5 @@ webconsole
267267
webhooks
268268
webui
269269
yaml
270+
271+
emptyDir

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ can be found on the `SD-Core Wiki
7070
configuration/config_rest.rst
7171
configuration/config_simapp.rst
7272
configuration/application_filtering.rst
73+
configuration/pfcp-dump-examples.rst
7374
configuration/qos_config.rst
7475
configuration/config_upf.rst
7576

0 commit comments

Comments
 (0)