Added: config for kube quadlet

This commit is contained in:
Jan Funke 2025-12-04 11:04:18 +01:00
parent c73e2fd939
commit 77a183bd08
No known key found for this signature in database
GPG Key ID: 4BFA8141223720E1
3 changed files with 15 additions and 5 deletions

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/`) 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: 2. Create a config file (e.g. `proxy.conf`) in this folder with the following contents:
1. Container
```yaml ```yaml
[Container] [Container]
Network=proxy.network Network=proxy.network
``` ```
2. Kube
```yaml
[Kube]
Network=proxy.network:alias:my-service
```
> [!TIP] > [!TIP]
> The config is also available to copy under `assets/proxy-network.conf`! > Configurations are also available to copy under `assets/`!
## Firewall settings ## Firewall settings

View File

@ -0,0 +1,4 @@
# Add this to the $NAME.kube.d/ folder
[Kube]
Network=proxy.network:alias=my-service