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