sync namespace names with directory names

This commit is contained in:
2025-08-07 18:29:03 +03:00
parent 42aef1e928
commit 82311c86ff
19 changed files with 14 additions and 7 deletions

15
metallb-system/README.md Normal file
View File

@@ -0,0 +1,15 @@
# MetalLB
## Derployment
With ArgoCD. Render it locally:
```sh
kustomize build . --enable-helm
```
Eventually the external IP should show up here:
```
kubectl get svc -n traefik
```