fix(proxy): add proxy
This commit is contained in:
		| @@ -43,14 +43,20 @@ questions: | |||||||
|   group: "Services and Load Balancing" |   group: "Services and Load Balancing" | ||||||
|   subquestions: |   subquestions: | ||||||
|   - variable: ingress.hosts[0].name |   - variable: ingress.hosts[0].name | ||||||
|     default: "" |     default: "test.molgenis.org" | ||||||
|     description: "Hostname to your stack" |     description: "Hostname for your stack" | ||||||
|     type: hostname |     type: hostname | ||||||
|     required: true |     required: true | ||||||
|     label: Hostname |     label: Hostname | ||||||
|   - variable: httpd.proxy |   - variable: httpd.proxy | ||||||
|     default: "[service]:[port]:[path]" |     default: "[service]:[port]:[path]" | ||||||
|     description: "Proxy to services (comma separated)" |     description: "Proxy for your services (comma separated)" | ||||||
|     type: string |     type: string | ||||||
|     required: false |     required: false | ||||||
|  |     label: Proxy | ||||||
|  |   - variable: httpd.hostname | ||||||
|  |     default: "test.molgenis.org" | ||||||
|  |     description: "Hostname for your stack (comma separated)" | ||||||
|  |     type: string | ||||||
|  |     required: true | ||||||
|     label: Proxy |     label: Proxy | ||||||
| @@ -29,7 +29,7 @@ spec: | |||||||
|               protocol: TCP |               protocol: TCP | ||||||
|           env: |           env: | ||||||
|             - name: SERVER_NAME |             - name: SERVER_NAME | ||||||
|               value: {{ .Values.ingress.hosts[0].name }} |               value: {{ .Values.httpd.hostname }} | ||||||
|             - name: PROXY_SERVICE |             - name: PROXY_SERVICE | ||||||
|               value: {{ .Values.httpd.proxy }} |               value: {{ .Values.httpd.proxy }} | ||||||
|           livenessProbe: |           livenessProbe: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user