helm-charts/openfaas/values-armhf.yaml

49 lines
789 B
YAML
Raw Normal View History

2021-01-17 01:09:41 +00:00
basic_auth: true
clusterRole: false
createCRDs: true
nodeSelector:
beta.kubernetes.io/arch: arm
gateway:
image: openfaas/gateway:0.20.2-armhf
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-armhf
basicAuthPlugin:
image: openfaas/basic-auth-plugin:0.20.1-armhf
replicas: 1
ingressOperator:
create: false
# Unfortunately the exporter is not multi-arch (yet)
nats:
metrics:
enabled: false