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

Your release is named {{ .Release.Name }}.

To learn more about the release, try:

  $ helm status {{ .Release.Name }} -n {{ include "opensandbox-server.namespace" . }}
  $ helm get all {{ .Release.Name }} -n {{ include "opensandbox-server.namespace" . }}

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

OpenSandbox Lifecycle API server has been installed.

Verify the installation:

  kubectl --namespace {{ include "opensandbox-server.namespace" . }} get pods -l "app.kubernetes.io/name={{ include "opensandbox-server.name" . }}"
  kubectl --namespace {{ include "opensandbox-server.namespace" . }} get svc -l "app.kubernetes.io/name={{ include "opensandbox-server.name" . }}"

The server exposes the Lifecycle API (create/delete sandboxes, etc.).
{{- if .Values.server.gateway.enabled }}

Server config [ingress]: mode=gateway, gateway.address={{ .Values.server.gateway.host }}, gateway.route.mode={{ .Values.server.gateway.gatewayRouteMode }}. Ingress gateway (components/ingress) is deployed in this release.
{{- else }}

Port-forward to access locally:

  kubectl port-forward -n {{ include "opensandbox-server.namespace" . }} svc/{{ include "opensandbox-server.fullname" . }} 8080:80

Then use the API at http://localhost:8080 (set api_key in config if required).
{{- end }}

Documentation: https://github.com/alibaba/OpenSandbox
