Istio 1.13.3 incl. new Helm Gateway charts #49

Merged
stefan merged 11 commits from istio into master 2022-04-21 21:39:02 +00:00
3 changed files with 5 additions and 7 deletions
Showing only changes of commit 2c1086ccb0 - Show all commits

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