Add SAPHO_SERVER variable (#2678)

* Add SAPHO_VERSION env  var

* Added saphoVersion env var

* Update Chart.yaml
This commit is contained in:
Christopher Montes
2017-11-22 13:02:06 -08:00
committed by Vic Iglesias
parent 9ddbc7d969
commit e5b0f94ac3
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description: A micro application development and integration platform that enabl
organizations to create and deliver secure micro applications that tie into existing
business systems and track changes to key business data.
name: sapho
version: 0.2.0
version: 0.2.1
home: http://www.sapho.com
icon: https://www.sapho.com/wp-content/uploads/2016/04/sapho-logotype.svg
sources:
+2
View File
@@ -17,6 +17,8 @@ spec:
image: "{{ .Values.image }}"
imagePullPolicy: {{ default "" .Values.imagePullPolicy | quote }}
env:
- name: SAPHO_VERSION
value: {{ .Values.saphoVersion }}
- name: SAPHO_DB_HOSTNAME
value: {{ template "sapho.mysql.fullname" . }}
- name: SAPHO_DB_PORT
+1
View File
@@ -35,6 +35,7 @@ resources:
requests:
cpu: 250m
memory: 2048Mi
saphoVersion: 4.2.0
saphoDBport: 3306
saphoDBtype: mysql
saphoDBuser: root