Files
apps/apps/charts/memos/templates/virtual-service.yaml
Morten Olsen 452e6071cf feat add memos
2025-12-04 21:03:02 +01:00

19 lines
417 B
YAML

apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: "{{ .Release.Name }}"
namespace: "{{ .Release.Namespace }}"
spec:
gateways:
- "{{ .Values.globals.istio.gateway }}"
- mesh
hosts:
- "{{ .Values.subdomain }}.{{ .Values.globals.domain }}"
- mesh
http:
- route:
- destination:
host: "{{ .Release.Name }}"
port:
number: 80