GHP publish
This commit is contained in:
48
openfaas/values-armhf.yaml
Normal file
48
openfaas/values-armhf.yaml
Normal file
@ -0,0 +1,48 @@
|
||||
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
|
Reference in New Issue
Block a user