Installed {{ .Chart.Name }}…

Name: {{ include "tornjak-frontend.name" . }}
Fullname: {{ include "tornjak-frontend.fullname" . }}
Your release is named: {{ .Release.Name }}
Namespace: {{ include "tornjak-frontend.namespace" . }}

Tornjak UI (Frontend)
  Image: {{ template "spire-lib.image" (dict "appVersion" $.Chart.AppVersion "image" .Values.image "global" .Values.global) }}
  Image pull policy: {{ .Values.image.pullPolicy }}
  Ingress enabled: {{ .Values.ingress.enabled }}
  Tornjak API (Backend): {{ include "tornjak-frontend.apiURL" . }}
  SPIRE health check enabled: {{ .Values.spireHealthCheck.enabled }}
  User Management enabled:    {{ .Values.auth.enabled }}
{{- if .Values.auth.enabled }}
  User Management API:  "{{ .Values.auth.serverURL }}"
{{- else }}
  ### WARNING ###

  Tornjak is configured to run without authentication and is therefore NOT suitable to run in production environments.
  Only use in test environments!
{{- end }}

Access Tornjak:

  kubectl -n {{ include "tornjak-frontend.namespace" . }} port-forward service/{{ include "tornjak-frontend.fullname" . }} {{ .Values.service.port }}:3000

Ensure you have port-forwarding for tornjak-backend as well.

Open browser to: http://localhost:{{ .Values.service.port }}

To learn more about the release, try:

  $ helm status {{ .Release.Name }}
  $ helm get all {{ .Release.Name }}
