1 Commits

3 changed files with 2 additions and 4 deletions

View File

@ -76,8 +76,6 @@ Commands that can be used to get information from a kubernetes cluster
This repository is serves also as a catalogue for Rancher. We have several apps that are served through this repository. e.g.
- [Opal](charts/opal/README.md)
- [RStudio](charts/rstudio/README.md)
- [MOLGENIS website](charts/website/README.md)
### Useful commands
You can you need to know to easily develop and deploy helm-charts

View File

@ -6,7 +6,7 @@ The created containers are:
- Opal
- MongoDB
- SQL
- RServer
## Provisioning
You can choose from which registry you want to pull. There is 1 one registry:

View File

@ -33,7 +33,7 @@ spec:
paths:
- path: {{ $ingressPath }}
backend:
serviceName: {{ $.Values.service.name }}
serviceName: "{{ $.Release.Name }}-{{ $.Values.service.name }}"
servicePort: {{ $.Values.service.port }}
{{- end }}
{{- end }}