From 440286ea0d7700e6077b410671067fc3c02b2194 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 11 Mar 2025 14:45:35 +0100 Subject: [PATCH] add traefik guide placeholders --- .../content/docs/guides/ingress/traefik.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/website/src/content/docs/guides/ingress/traefik.md b/website/src/content/docs/guides/ingress/traefik.md index 93e176c684f..2cc2f28b2bf 100644 --- a/website/src/content/docs/guides/ingress/traefik.md +++ b/website/src/content/docs/guides/ingress/traefik.md @@ -2,4 +2,26 @@ title: Traefik --- +## Setup + +### Example setup + + +## Middleware Examples + +Here we will showcase some middlewares you can use to customise your traefik ingress behavior. +For more information and all available options, please checkout common ingress docs (TODO: add link to common docs) + +### General + +To setup a TrueCharts chart to create and use a middleware, do this: + +TBD + +### Auth + +TBD + +### Themepart + TBD