From d091f8feca6f178723dc8642e8b095383b9fef6a Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Sat, 3 Jan 2026 23:31:14 +0100 Subject: [PATCH] fix mollysocket issue --- apps/charts/mollysocket/templates/virtual-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/charts/mollysocket/templates/virtual-service.yaml b/apps/charts/mollysocket/templates/virtual-service.yaml index 381dc10..a9b195e 100644 --- a/apps/charts/mollysocket/templates/virtual-service.yaml +++ b/apps/charts/mollysocket/templates/virtual-service.yaml @@ -1,11 +1,11 @@ apiVersion: networking.istio.io/v1 kind: VirtualService metadata: - name: "{{ .Release.Name }}-public" + name: "{{ .Release.Name }}-private" namespace: "{{ .Release.Namespace }}" spec: gateways: - - "{{ .Values.globals.istio.gateways.public }}" + - "{{ .Values.globals.istio.gateways.private }}" - mesh hosts: - "{{ .Values.subdomain }}.{{ .Values.globals.domain }}"