starwitorg/sae-visualizer-chart

By starwitorg

Updated 10 months ago

Helm
0

432

starwitorg/sae-visualizer-chart repository overview

Visualizer App

Starwit Awareness Engine processes video streams and extracts a stream of movements of objects or geo-positions of objects. This component shall visualize these results. It is a Spring Boot app, that connects to SAE's central communication bus and sends data to a ReactJS frontend.

How to deploy

helm install name oci://registry-1.docker.io/starwitorg/sae-visualizer-chart

Config values

General
config:
  valkey:
    host: valkey-primary               # Host of the valkey instance to read from
    port: 6379
    maxStreamAge: 1s                   # Maximal age of the latest message in a stream to be considered "active"
Ingress & Authentication
ingress:
  enabled: true
  annotations: 
    cert-manager.io/cluster-issuer: letsencrypt-prod
  hosts:
    - host: hostname.for.app
      paths:
        - path: /
          pathType: ImplementationSpecific
  tls: 
    - secretName: hostname.for.app
      hosts:
        - hostname.for.app

auth:
  enabled: true
  keycloakRealmUrlInternal: http://keycloak.observatory-data.svc.cluster.local/realms/realm-name
  keycloakRealmUrlExternal: https://externalhostname/realms/realm-name
  clientId: clientID
  clientSecret: secret

License

This software is licensed under AGPL and license text can be found at: https://github.com/starwit/sae-visualizer/blob/main/LICENSE

More info about Starwit can be found here: https://starwit-technologies.de/

Tag summary

Content type

Helm

Digest

sha256:34d8b8d0b

Size

2.8 kB

Last updated

10 months ago

helm pull oci://registry-1.docker.io/starwitorg/sae-visualizer-chart --version 1.2.0