chore(httpd): updated templates
This commit is contained in:
@ -2,7 +2,7 @@ categories:
|
||||
- MOLGENIS
|
||||
questions:
|
||||
- variable: molgenisUsername
|
||||
default: "user"
|
||||
default: "molgenis"
|
||||
description: "User of the application"
|
||||
type: string
|
||||
required: true
|
||||
@ -45,12 +45,12 @@ questions:
|
||||
- variable: httpd.hostname
|
||||
default: ""
|
||||
description: "Hostname to your stack (comma separated)"
|
||||
type: hostname
|
||||
type: string
|
||||
required: true
|
||||
label: Hostname
|
||||
- variable: httpd.proxy
|
||||
default: "[service]:[port]:[path]"
|
||||
description: "Proxy to services (comma separated)"
|
||||
type: string
|
||||
required: true
|
||||
required: false
|
||||
label: Proxy
|
@ -29,9 +29,9 @@ spec:
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: SERVER_NAME
|
||||
value: {{ .Values.ingress.hosts[0].name | quote }}
|
||||
value: {{ .Values.httpd.hostname | quote }}
|
||||
- name: PROXY_SERVICE
|
||||
values: {{ .Values.httpd.proxy | quote }}
|
||||
value: {{ .Values.httpd.proxy | quote }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
Reference in New Issue
Block a user