Skip to content

Commit

Permalink
Add new graphs to openfaas dashboard
Browse files Browse the repository at this point in the history
Adds: load, replicas, CPU/RAM, etc. Try it out, let us know
what you think.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 18, 2024
1 parent 39feb0e commit 8b17f2e
Show file tree
Hide file tree
Showing 14 changed files with 305 additions and 281 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 14.2.87
version: 14.2.88
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
6 changes: 3 additions & 3 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ faasnetesOem:

# For the Community Edition
faasnetes:
image: ghcr.io/openfaas/faas-netes:0.18.11
image: ghcr.io/openfaas/faas-netes:0.18.12
resources:
requests:
memory: "120Mi"
Expand Down Expand Up @@ -305,7 +305,7 @@ autoscaler:
## To use with port-forwarding, set publicURL to
## http://127.0.0.1
dashboard:
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.25
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.26
publicURL: https://dashboard.example.com
# Name of signing key secret for sessions.
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.
Expand Down Expand Up @@ -401,7 +401,7 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.10.23
image: nats:2.10.24
resources:
requests:
memory: "120Mi"
Expand Down
Binary file modified docs/cron-connector-0.6.11.tgz
Binary file not shown.
578 changes: 301 additions & 277 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.11.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.4.7.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.3.2.tgz
Binary file not shown.
Binary file added docs/openfaas-14.2.88.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.1.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.15.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.11.tgz
Binary file not shown.
Binary file modified docs/rabbitmq-connector-0.0.3.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.3.tgz
Binary file not shown.
Binary file modified docs/sqs-connector-0.2.6.tgz
Binary file not shown.

0 comments on commit 8b17f2e

Please sign in to comment.