1
0
Fork 0

fix(notes and values): again

This commit is contained in:
sido 2018-06-23 15:25:38 +02:00
parent 4ab9d8441c
commit bb70c0996a
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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: /

View File

@ -9,7 +9,7 @@ image:
tag: lts
pullPolicy: IfNotPresent
httpd:
service:
type: ClusterIP
port: 80
proxy: httpd:80:/