forked from molgenis/thirdparty-ops-docker-helm
Compare commits
1 Commits
fix/ingres
...
updated-re
Author | SHA1 | Date | |
---|---|---|---|
c62aea9d94 |
@ -76,6 +76,8 @@ 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.
|
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)
|
- [Opal](charts/opal/README.md)
|
||||||
|
- [RStudio](charts/rstudio/README.md)
|
||||||
|
- [MOLGENIS website](charts/website/README.md)
|
||||||
|
|
||||||
### Useful commands
|
### Useful commands
|
||||||
You can you need to know to easily develop and deploy helm-charts
|
You can you need to know to easily develop and deploy helm-charts
|
||||||
|
@ -6,7 +6,7 @@ The created containers are:
|
|||||||
|
|
||||||
- Opal
|
- Opal
|
||||||
- MongoDB
|
- MongoDB
|
||||||
- RServer
|
- SQL
|
||||||
|
|
||||||
## Provisioning
|
## Provisioning
|
||||||
You can choose from which registry you want to pull. There is 1 one registry:
|
You can choose from which registry you want to pull. There is 1 one registry:
|
||||||
|
@ -33,7 +33,7 @@ spec:
|
|||||||
paths:
|
paths:
|
||||||
- path: {{ $ingressPath }}
|
- path: {{ $ingressPath }}
|
||||||
backend:
|
backend:
|
||||||
serviceName: "{{ $.Release.Name }}-{{ $.Values.service.name }}"
|
serviceName: {{ $.Values.service.name }}
|
||||||
servicePort: {{ $.Values.service.port }}
|
servicePort: {{ $.Values.service.port }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user