fix: istio-gateway default settings
This commit is contained in:
parent
e97392a102
commit
94ef776cc8
@ -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` | |
|
||||
|
@ -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 }}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user