forked from openfaas/faas-netes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-arm64.yaml
More file actions
48 lines (35 loc) · 791 Bytes
/
values-arm64.yaml
File metadata and controls
48 lines (35 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
basic_auth: true
clusterRole: false
createCRDs: true
nodeSelector:
beta.kubernetes.io/arch: arm64
gateway:
image: openfaas/gateway:0.20.1-arm64
directFunctions: true
oauth2Plugin:
enabled: false
faasnetes:
image: ghcr.io/openfaas/faas-netes:0.12.12
operator:
image: ghcr.io/openfaas/faas-netes:0.12.12
create: false
queueWorker:
image: openfaas/queue-worker:0.11.2
prometheus:
image: prom/prometheus:v2.11.0
resources:
requests:
memory: "100Mi"
alertmanager:
image: prom/alertmanager:v0.18.0
faasIdler:
image: openfaas/faas-idler:0.4.0-arm64
basicAuthPlugin:
image: openfaas/basic-auth-plugin:0.20.1-arm64
replicas: 1
ingressOperator:
create: false
# Unfortunately the exporter is not multi-arch (yet)
nats:
metrics:
enabled: false