This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
k8s-cluster-config/common/values.istio-gateway.yaml

17 lines
352 B
YAML
Raw Normal View History

2023-10-14 14:24:13 +00:00
---
2023-10-17 12:56:57 +00:00
istio-gateway:
2023-10-14 14:24:13 +00:00
templates:
- |
{{ range .Values.gateways }}
---
apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
name: {{ .name }}
spec:
selector:
istio: ingressgateway
servers:
{{ toYaml .servers | indent 4 }}
{{ end }}