sae-visualizer-chart
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.
helm install name oci://registry-1.docker.io/starwitorg/sae-visualizer-chart
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:
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
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/
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