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 |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| certificates[0].dnsNames | list | `[]` | |
|
| certificates | list | `[]` | |
|
||||||
| certificates[0].name | string | `"ingress-cert"` | |
|
|
||||||
| gateway.autoscaling.enabled | bool | `false` | |
|
| gateway.autoscaling.enabled | bool | `false` | |
|
||||||
| gateway.autoscaling.maxReplicas | int | `4` | |
|
| gateway.autoscaling.maxReplicas | int | `4` | |
|
||||||
| gateway.autoscaling.minReplicas | int | `1` | |
|
| gateway.autoscaling.minReplicas | int | `1` | |
|
||||||
|
@ -11,5 +11,5 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
{{- include "gatewaySelectorLabels" . | nindent 4 }}
|
{{- include "gatewaySelectorLabels" . | nindent 4 }}
|
||||||
servers:
|
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 }}
|
{{- end }}
|
||||||
|
@ -28,10 +28,9 @@ gateway:
|
|||||||
podAnnotations:
|
podAnnotations:
|
||||||
proxy.istio.io/config: '{ "terminationDrainDuration": "20s" }'
|
proxy.istio.io/config: '{ "terminationDrainDuration": "20s" }'
|
||||||
|
|
||||||
certificates:
|
certificates: []
|
||||||
- name: ingress-cert
|
#- name: ingress-cert
|
||||||
dnsNames: []
|
# dnsNames: []
|
||||||
# - '*.example.com'
|
|
||||||
|
|
||||||
telemetry:
|
telemetry:
|
||||||
enabled: falser
|
enabled: falser
|
||||||
|
Loading…
Reference in New Issue
Block a user