Skip to content

Commit fa68ddd

Browse files
committed
Include default scale target for gateway
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent cabd6ce commit fa68ddd

16 files changed

+394
-366
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 14.2.135
5+
version: 14.2.136
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/templates/gateway-dep.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ spec:
184184
- name: secret_mount_path
185185
value: "/var/secrets"
186186
{{- end }}
187+
{{- if .Values.autoscaler.defaultTarget }}
188+
- name: default_target
189+
value: "{{ .Values.autoscaler.defaultTarget }}"
190+
{{- end }}
187191
{{- if .Values.gateway.authProxyUrl }}
188192
- name: auth_proxy_url
189193
value: "{{.Values.gateway.authProxyUrl}}"

docs/cron-connector-0.6.15.tgz

21 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/headroom-controller-0.1.3.tgz

17 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 389 additions & 365 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.7.15.tgz

30 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

0 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

1 Byte
Binary file not shown.

docs/openfaas-14.2.136.tgz

64.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)