Apps
>Repositories
create a new repository with the URL: https://southernmethodistuniversity.github.io/whisper-transcription/Apps
>Charts
click on the application whisper-transcription
Namespace
, give the app a unique Name
and check the box next to Customize Helm options before install
cname
, frontend.image.tag
, backend.image.tag
, and the splunk.secret
and deployhelm repo add whisper-transcription https://southernmethodistuniversity.github.io/whisper-transcription/
helm repo update
helm install <release-name> whisper-transcription/whisper-transcription \
--namespace <namespace> \
--create-namespace \
--set cname="your.custom.domain" \
--set frontend.image.tag="your-frontend-tag" \
--set backend.image.tag="your-backend-tag" \
--set splunk.secret="your-splunk-secret"