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