OpenViking has been deployed!

Access the server via port-forward:

  kubectl port-forward svc/{{ include "openviking.fullname" . }} 1933:{{ .Values.service.port }} -n {{ .Release.Namespace }}

Then update your ovcli.conf to point to http://localhost:1933.

Check health:

  curl http://localhost:1933/health
