fix(values): updated values
This commit is contained in:
		| @@ -60,3 +60,9 @@ questions: | ||||
|     type: string | ||||
|     required: false | ||||
|     label: Hostname | ||||
|   - variable: service.redirect | ||||
|     default: "test.molgenis.org" | ||||
|     description: "Redirection urls for your services (comma separated, example: [redirection_url])" | ||||
|     type: string | ||||
|     required: false | ||||
|     label: Redirection | ||||
| @@ -32,6 +32,8 @@ spec: | ||||
|               value: "{{ .Values.service.hostname }}" | ||||
|             - name: PROXY_SERVICE | ||||
|               value: "{{ .Values.service.proxy }}" | ||||
|             - name: PROXY_SERVICE | ||||
|               value: "{{ .Values.service.redirect }}" | ||||
|           livenessProbe: | ||||
|             httpGet: | ||||
|               path: / | ||||
|   | ||||
| @@ -13,6 +13,7 @@ service: | ||||
|   type: ClusterIP | ||||
|   port: 80 | ||||
|   proxy: httpd:80:/ | ||||
|   redirect: redirect.molgenis.org | ||||
|   hostname: test.molgenis.org | ||||
|   volume: | ||||
|     username: molgenis | ||||
|   | ||||
		Reference in New Issue
	
	Block a user