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 }}"