mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
fix mollysocket issue
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
apiVersion: networking.istio.io/v1
|
apiVersion: networking.istio.io/v1
|
||||||
kind: VirtualService
|
kind: VirtualService
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{ .Release.Name }}-public"
|
name: "{{ .Release.Name }}-private"
|
||||||
namespace: "{{ .Release.Namespace }}"
|
namespace: "{{ .Release.Namespace }}"
|
||||||
spec:
|
spec:
|
||||||
gateways:
|
gateways:
|
||||||
- "{{ .Values.globals.istio.gateways.public }}"
|
- "{{ .Values.globals.istio.gateways.private }}"
|
||||||
- mesh
|
- mesh
|
||||||
hosts:
|
hosts:
|
||||||
- "{{ .Values.subdomain }}.{{ .Values.globals.domain }}"
|
- "{{ .Values.subdomain }}.{{ .Values.globals.domain }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user