Using .values.service.name for service URL
[oom.git] / kubernetes / aaf / charts / sms / templates / deployment.yaml
index 66c649c..e5381a0 100644 (file)
@@ -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 }}