summaryrefslogtreecommitdiffstats
path: root/charts/sms/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'charts/sms/templates/deployment.yaml')
-rw-r--r--charts/sms/templates/deployment.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/charts/sms/templates/deployment.yaml b/charts/sms/templates/deployment.yaml
index 66c649c..e5381a0 100644
--- a/charts/sms/templates/deployment.yaml
+++ b/charts/sms/templates/deployment.yaml
@@ -36,9 +36,6 @@ spec:
imagePullPolicy: {{ .Values.pullPolicy }}
command: ["/sms/bin/sms"]
workingDir: /sms/
- env:
- - name: {{ .Values.config.smsdburlenv }}
- value: "http://{{ include "common.namespace" . }}-smsdb:8200"
ports:
- containerPort: {{ .Values.service.internalPort }}
{{- if eq .Values.liveness.enabled true }}