fix(notes and values): again
This commit is contained in:
parent
4ab9d8441c
commit
bb70c0996a
|
@ -48,13 +48,13 @@ questions:
|
|||
type: hostname
|
||||
required: true
|
||||
label: Hostname
|
||||
- variable: httpd.proxy
|
||||
- variable: service.proxy
|
||||
default: ""
|
||||
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
|
||||
type: string
|
||||
required: false
|
||||
label: Proxy
|
||||
- variable: httpd.hostname
|
||||
- variable: service.hostname
|
||||
default: "test.molgenis.org"
|
||||
description: "Hostname for your services (comma separated, example: [hostname]:[port])"
|
||||
type: string
|
||||
|
|
|
@ -29,9 +29,9 @@ spec:
|
|||
protocol: TCP
|
||||
env:
|
||||
- name: SERVER_NAME
|
||||
value: "{{ .Values.httpd.hostname }}"
|
||||
value: "{{ .Values.service.hostname }}"
|
||||
- name: PROXY_SERVICE
|
||||
value: "{{ .Values.httpd.proxy }}"
|
||||
value: "{{ .Values.service.proxy }}"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
|
|
@ -9,7 +9,7 @@ image:
|
|||
tag: lts
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
httpd:
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
proxy: httpd:80:/
|
||||
|
|
Loading…
Reference in New Issue