fix: istio-gateway default settings

This commit is contained in:
Stefan Reimer 2022-04-21 23:14:06 +02:00
parent 7052b5c823
commit 2c1086ccb0
3 changed files with 5 additions and 7 deletions

View File

@ -27,8 +27,7 @@ Kubernetes: `>= 1.20.0`
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| certificates[0].dnsNames | list | `[]` | |
| certificates[0].name | string | `"ingress-cert"` | |
| certificates | list | `[]` | |
| gateway.autoscaling.enabled | bool | `false` | |
| gateway.autoscaling.maxReplicas | int | `4` | |
| gateway.autoscaling.minReplicas | int | `1` | |

View File

@ -11,5 +11,5 @@ spec:
selector:
{{- include "gatewaySelectorLabels" . | nindent 4 }}
servers:
{{- include "gatewayServers" (dict "certificates" .Values.certificates "ports" .Values.gateway.service.ports ) | nindent 2}}
{{- include "gatewayServers" (dict "certificates" .Values.certificates "ports" .Values.gateway.service.ports ) | nindent 2 }}
{{- end }}

View File

@ -28,10 +28,9 @@ gateway:
podAnnotations:
proxy.istio.io/config: '{ "terminationDrainDuration": "20s" }'
certificates:
- name: ingress-cert
dnsNames: []
# - '*.example.com'
certificates: []
#- name: ingress-cert
# dnsNames: []
telemetry:
enabled: falser