Files
helm-charts-hardened/charts/spire/charts/tornjak-frontend
Marco Franssen 6ddf6ab9fa Improve tornjak docs (#276)
- Align tornjak backend naming with same convention as frontend
- Align Tornjak backend and frontend notes style
- Add disclaimer for Tornjak usage to example

---------

Signed-off-by: Marco Franssen <[email protected]>
2023-05-16 19:31:38 +02:00
..
2023-05-16 19:31:38 +02:00
2023-05-16 19:31:38 +02:00
2023-05-16 19:31:38 +02:00

tornjak-frontend

Version: 0.1.0 Type: application AppVersion: v1.0.2 Development Phase

A Helm chart to deploy Tornjak frontend

Homepage: https://github.com/spiffe/helm-charts/tree/main/charts/spire

Version support

Note

: This Chart is still in development and still subject to change the API (values.yaml). Until we reach a 1.0.0 version of the chart we can't guarantee backwards compatibility although we do aim for as much stability as possible.

Dependency Supported Versions
SPIRE 1.5.3+, 1.6.x
Tornjak 1.0.x
Helm 3.x

Prerequisites

This chart requires access to Tornjak Backend (tornjakFrontend.apiServerURL). This URL needs to be reachable from your webbrowser and can therefore not be a cluster internal URL.

Obtain the URL for Tornjak APIs. If deployed in the same cluster, locally, Tornjak APIs are typically available at http://localhost:10000. Review Tornjak documentation for more details.

Usage

Since this is just a demo version, to access Tornjak APIs you can use port forwarding. See the chart NOTES output for more details.

Maintainers

Name Email Url
mrsabath [email protected] https://mrsabath.github.io

Source Code

Values

Key Type Default Description
apiServerURL string "http://localhost:10000/" URL of the Tornjak APIs (backend) Since Tornjak Frontend runs in the browser, this URL must be accessible from the machine running a browser.
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.registry string "ghcr.io"
image.repository string "spiffe/tornjak-fe"
image.version string "" Overrides the image tag whose default is the chart appVersion.
imagePullSecrets list []
labels object {}
nameOverride string ""
namespaceOverride string ""
podSecurityContext object {}
securityContext object {}
service.annotations object {}
service.port int 3000
service.type string "ClusterIP"
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template