summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-redis/templates
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-30 06:09:05 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-30 06:09:05 +0000
commit731e3637f20fa55e0b5c6796632e2970ea05db69 (patch)
tree023df07de01ddcbf9fa529dd7af31898ee60ae20 /kubernetes/vfc/charts/vfc-redis/templates
parent0f7f7f47b8c6af59a15296ced10fbe59fee270e6 (diff)
parent428f605239c7850495ce2e9a3c396b4248c0fe8d (diff)
Merge "[VFC]Refactor environment variables of VFC"
Diffstat (limited to 'kubernetes/vfc/charts/vfc-redis/templates')
-rw-r--r--kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml
index 9eee5c7f81..8b32fa4e6e 100644
--- a/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml
@@ -53,11 +53,6 @@ spec:
port: {{ .Values.service.internalPort }}
initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
periodSeconds: {{ .Values.readiness.periodSeconds }}
- env:
- - name: MSB_ADDR
- value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}"
- - name: REG_TO_MSB_WHEN_START
- value: "{{ .Values.global.config.reg_to_msb_when_start }}"
resources:
{{ include "common.resources" . | indent 12 }}
{{- if .Values.nodeSelector }}