You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ The aim of this application is to be used in the context of trainings for Docker
8
8
9
9
**Nothing**, besides possibly (depending on the application configuration) showing a cute cat image 🙀.
10
10
11
-
<imgwidth="500"alt="Screenshot 2025-06-04 at 15 40 30"src="https://github.com/user-attachments/assets/7cafc452-4f21-4202-8379-2a983ecbf122" />
12
-
13
11
## Available Endpoints
14
12
15
13
> **_NOTE:_** The application offers the following endpoints on port **8080**
@@ -166,6 +164,13 @@ spec:
166
164
- **Default Value**: false
167
165
- **Usage**: via config file
168
166
167
+
### `persistMetaInfo`
168
+
169
+
- **Description**: Writes metainfo into the file `./data/metainfo.txt`. The metainfo has to be provided via the environment variables named `WORKER_NODE_NAME`, `POD_NAME` and `POD_IP`.
170
+
- **Type**: bool
171
+
- **Default Value**: false
172
+
- **Usage**: via config file
173
+
169
174
### `catMode`
170
175
171
176
- **Description**: Flag to get cute cat images in the root endpoint
0 commit comments