Thank you for installing {{ .Chart.Name }}!

Your Mind v5 installation is being deployed.

To get the API endpoint:

{{- if .Values.ingress.enabled }}
  Visit: https://{{ (index .Values.ingress.hosts 0).host }}
{{- else }}
  kubectl port-forward svc/{{ include "mind.fullname" . }}-api 8080:80 -n {{ .Release.Namespace }}
  Then visit: http://localhost:8080
{{- end }}

To check the status:
  kubectl get pods -n {{ .Release.Namespace }} -l app.kubernetes.io/instance={{ .Release.Name }}

Documentation: https://github.com/vibeforge1111/vibeship-mind
