11 lines
253 B
Markdown
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
|
|
```
|