summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-workflow
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/vfc/charts/vfc-workflow')
-rw-r--r--kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml4
-rw-r--r--kubernetes/vfc/charts/vfc-workflow/values.yaml4
2 files changed, 3 insertions, 5 deletions
diff --git a/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml
index 64fab80bac..e2b3d0bc96 100644
--- a/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml
@@ -74,9 +74,9 @@ spec:
- name: SERVICE_PORT
value: "{{ .Values.service.externalPort }}"
- name: OPENPALETTE_MSB_IP
- value: "{{ .Release.Name }}-msb-iag.{{ include "common.namespace" . }}"
+ value: "{{ .Values.global.config.msbServiceName }}"
- name: OPENPALETTE_MSB_PORT
- value: "{{ .Values.config.msbPort | default 80 }}"
+ value: "{{ .Values.global.config.msbPort | default 80 }}"
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- if .Values.nodeSelector }}
diff --git a/kubernetes/vfc/charts/vfc-workflow/values.yaml b/kubernetes/vfc/charts/vfc-workflow/values.yaml
index e683c30351..028155eb32 100644
--- a/kubernetes/vfc/charts/vfc-workflow/values.yaml
+++ b/kubernetes/vfc/charts/vfc-workflow/values.yaml
@@ -35,9 +35,7 @@ pullPolicy: Always
debugEnabled: false
# application configuration
-# Example:
-config:
- msbPort: 80
+config: {}
# default number of instances
replicaCount: 1