From a73be9a9f60e789f6adc647aa9db481036de9766 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sun, 5 Oct 2025 16:45:19 +0200 Subject: [PATCH] If it has to be specific, hardcode it! --- apps-kustomized/mastodon/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-kustomized/mastodon/values.yaml b/apps-kustomized/mastodon/values.yaml index 32f8cc4..ce5167c 100644 --- a/apps-kustomized/mastodon/values.yaml +++ b/apps-kustomized/mastodon/values.yaml @@ -5,7 +5,7 @@ ingress: - host: toot.martyn.berlin paths: - path: / - pathType: Prefix + pathType: ImplementationSpecific tls: - hosts: - toot.martyn.berlin