From 54e5f5807f81122ba25e40c0457798934e8c4e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Tue, 15 Nov 2022 13:23:41 +0100 Subject: [PATCH] Persist data --- apps/templates/traefik.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml index 5e9906d..eed9d13 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -51,6 +51,14 @@ spec: - secretRef: name: traefik-secrets + persistence: + enabled: true + name: data + accessMode: ReadWriteOnce + size: 128Mi + storageClass: "longhorn" + path: /data + ports: traefik: port: 9000