urbalytix-chart
Chart for Urbalytix that is doing analytical evaluation, presentations of object tracking results.
611
This repository contains a software module written in Java, that can run analytical jobs, to condense raw tracking data from Starwit's Awareness Engine (SAE) into usable knowledge. Software is targeted to be run in a Kubernetes cluster.
Assuming you have a Kubernetes cluster configured, installation can then be done with the following command:
helm -n urbalytix install urbalytix oci://registry-1.docker.io/starwitorg/urbalytix-chart -f yourvalues.yaml
Please note, that namespace is optional and you can define your own release name. For how to use Helm refer to their docs.
The following custom values.yaml will make application available under hostname urbalytix.cluster.local with no context-path
app:
context_path: ""
ingress:
enabled: true
hosts:
- host: urbalytix.cluster.local
paths:
- path: /
pathType: ImplementationSpecific
More details on the values you need to provide in order run Helm chart on your environment can be found here.
Project is licensed under AGPL 3 and the license can be found here. This component is part of a publicly funded project by the city of Wolfsburg and thus usage in your community is very much encouraged. It is part of a group of software modules that shall help communities to analyze urban space and to gain statistical insights.
Content type
Helm
Digest
sha256:ef7439313…
Size
4.3 kB
Last updated
22 days ago
helm pull oci://registry-1.docker.io/starwitorg/urbalytix-chart --version 1.4.3