Install email server

This commit is contained in:
Nikolai Rodionov
2023-10-14 16:24:13 +02:00
parent 54a7dad780
commit 212930ec1a
15 changed files with 170 additions and 20 deletions

View File

@ -0,0 +1,16 @@
---
istio_gateway:
templates:
- |
{{ range .Values.gateways }}
---
apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
name: {{ .name }}
spec:
selector:
istio: ingressgateway
servers:
{{ toYaml .servers | indent 4 }}
{{ end }}

View File

@ -10,7 +10,7 @@ istio:
name: {{ .name }}
spec:
gateways:
- "istio-system/{{ .gateway }}"
- "{{ .gateway }}"
hosts:
- {{ .hostname | quote }}
{{- if eq .kind "http" }}