From f81ec70f96798dbe57fd08dea3cb22825b3f29a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Sat, 21 Mar 2026 22:04:02 +0100 Subject: [PATCH] fix game --- k8s/compress-middleware.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 k8s/compress-middleware.yaml diff --git a/k8s/compress-middleware.yaml b/k8s/compress-middleware.yaml new file mode 100644 index 0000000..29a14e9 --- /dev/null +++ b/k8s/compress-middleware.yaml @@ -0,0 +1,6 @@ +apiVersion: traefik.io/v1alpha1 +kind: Middleware +metadata: + name: compress +spec: + compress: {}