Added: config for kube quadlet

This commit is contained in:
2025-12-04 11:04:18 +01:00
parent c73e2fd939
commit 77a183bd08
3 changed files with 15 additions and 5 deletions
+7 -1
View File
@@ -17,13 +17,19 @@ Add the `proxy.network` to the service you would like to proxy. This can be done
1. Create a folder next to the container/pod file: `$name.$type.d/` (e.g. `nginx.container.d/`)
2. Create a config file (e.g. `proxy.conf`) in this folder with the following contents:
1. Container
```yaml
[Container]
Network=proxy.network
```
2. Kube
```yaml
[Kube]
Network=proxy.network:alias:my-service
```
> [!TIP]
> The config is also available to copy under `assets/proxy-network.conf`!
> Configurations are also available to copy under `assets/`!
## Firewall settings
+4
View File
@@ -0,0 +1,4 @@
# Add this to the $NAME.kube.d/ folder
[Kube]
Network=proxy.network:alias=my-service