From 371b703fa2d36e4291b5c1158129f415b6c7f0c5 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Thu, 4 Dec 2025 23:09:25 +0100 Subject: [PATCH] fix pen pot --- apps/charts/penpot/templates/virtual-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/charts/penpot/templates/virtual-service.yaml b/apps/charts/penpot/templates/virtual-service.yaml index 2187ab5..28a7390 100644 --- a/apps/charts/penpot/templates/virtual-service.yaml +++ b/apps/charts/penpot/templates/virtual-service.yaml @@ -13,6 +13,6 @@ spec: http: - route: - destination: - host: "{{ .Release.Name }}" + host: "{{ .Release.Name }}-frontend" port: number: 80