mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add SAPHO_SERVER variable (#2678)
* Add SAPHO_VERSION env var * Added saphoVersion env var * Update Chart.yaml
This commit is contained in:
committed by
Vic Iglesias
parent
9ddbc7d969
commit
e5b0f94ac3
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -35,6 +35,7 @@ resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 2048Mi
|
||||
saphoVersion: 4.2.0
|
||||
saphoDBport: 3306
|
||||
saphoDBtype: mysql
|
||||
saphoDBuser: root
|
||||
|
||||
Reference in New Issue
Block a user