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

View File

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

View File

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