traefik: move to kustomize

Closes #102
This commit is contained in:
2025-06-29 17:24:36 +03:00
parent 43ad7586ce
commit 7232957a04
7 changed files with 171 additions and 99 deletions

View File

@@ -2,7 +2,7 @@
It's quite odd there is no better way to generate these.
```sh
cat << EOF > networkpolicy-base.yml
---
apiVersion: networking.k8s.io/v1
@@ -61,3 +61,6 @@ cat << EOF >> networkpolicy-base.yml
cidr: $j/32
EOF
done
cp networkpolicy-base.yml ../traefik/
```