-
- Downloads
Add helm chart OBS proxy
Create a helm chart for deploying the server side of the obs proxy. The
main thing that needs to be configured by users here is the ingress as
well as the obs backend server. The backend server when running in
kubernetes as well should be available via <cluster ip name>.<namespace>
as the dns name as per kubernetes conventions.
Signed-off-by:
Sjoerd Simons <sjoerd@collabora.com>
parent
a315c3b8
No related branches found
No related tags found
Checking pipeline status
Showing
- helm/obs-proxy/.helmignore 23 additions, 0 deletionshelm/obs-proxy/.helmignore
- helm/obs-proxy/Chart.yaml 24 additions, 0 deletionshelm/obs-proxy/Chart.yaml
- helm/obs-proxy/templates/NOTES.txt 23 additions, 0 deletionshelm/obs-proxy/templates/NOTES.txt
- helm/obs-proxy/templates/_helpers.tpl 62 additions, 0 deletionshelm/obs-proxy/templates/_helpers.tpl
- helm/obs-proxy/templates/auth-token.yaml 13 additions, 0 deletionshelm/obs-proxy/templates/auth-token.yaml
- helm/obs-proxy/templates/configmap.yaml 31 additions, 0 deletionshelm/obs-proxy/templates/configmap.yaml
- helm/obs-proxy/templates/deployment.yaml 82 additions, 0 deletionshelm/obs-proxy/templates/deployment.yaml
- helm/obs-proxy/templates/hpa.yaml 28 additions, 0 deletionshelm/obs-proxy/templates/hpa.yaml
- helm/obs-proxy/templates/ingress.yaml 61 additions, 0 deletionshelm/obs-proxy/templates/ingress.yaml
- helm/obs-proxy/templates/service.yaml 15 additions, 0 deletionshelm/obs-proxy/templates/service.yaml
- helm/obs-proxy/templates/tests/test-connection.yaml 15 additions, 0 deletionshelm/obs-proxy/templates/tests/test-connection.yaml
- helm/obs-proxy/values.yaml 91 additions, 0 deletionshelm/obs-proxy/values.yaml
Loading
Please register or sign in to comment