Files
kube/traefik/README.md
2025-06-29 18:51:56 +03:00

11 lines
253 B
Markdown

# Traefik Ingress Controller
See [/ripe87/application.yaml](/ripe87/application.yaml) for a basic example without authentication.
# Deployment
With ArgoCD. Render it locally:
```sh
cp ../shared/network-policy.yml .
kustomize build . --enable-helm
```