mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
migrate first service to virtual service
This commit is contained in:
@@ -29,6 +29,8 @@ spec:
|
||||
environment: {{ .Values.globals.environment }}
|
||||
domain: {{ .Values.globals.domain }}
|
||||
timezone: {{ .Values.globals.timezone }}
|
||||
istio:
|
||||
gateway: {{ .Values.globals.istio.gateway }}
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: prod
|
||||
|
||||
@@ -6,4 +6,6 @@ project: "apps"
|
||||
globals:
|
||||
environment: prod
|
||||
domain: olsen.cloud
|
||||
timezone: Europe/Amsterdam
|
||||
timezone: Europe/Amsterdam
|
||||
istio:
|
||||
gateway: homelab/prod
|
||||
Reference in New Issue
Block a user