License addition in all yamls
[oom.git] / kubernetes / vfc / templates / vfc-ztevmanagerdriver-deployment.yaml
old mode 100755 (executable)
new mode 100644 (file)
index 5559cd0..4874970
@@ -1,36 +1,50 @@
-#{{ if not .Values.disableVfcVfcZtevmanagerdriver }}
+# Copyright © 2017 Amdocs, Bell Canada
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#{{ if not .Values.disableVfcVfcztevnfmdriver }}
 apiVersion: extensions/v1beta1
 kind: Deployment
 metadata:
-  name: vfc-ztevmanagerdriver
-  namespace: "{{ .Values.nsPrefix }}-{{ .Chart.Name }}"
+  name: vfc-ztevnfmdriver
+  namespace: "{{ .Values.nsPrefix }}"
 spec:
-  replicas: {{ .Values.ztevmanagerdriver.replicas }}
+  replicas: {{ .Values.ztevnfmdriver.replicas }}
   selector:
     matchLabels:
-      app: vfc-ztevmanagerdriver
+      app: vfc-ztevnfmdriver
   template:
     metadata:
       labels:
-        app: vfc-ztevmanagerdriver
-      name: vfc-ztevmanagerdriver
+        app: vfc-ztevnfmdriver
+      name: vfc-ztevnfmdriver
     spec:
-      hostname: vfc-ztevmanagerdriver
+      hostname: vfc-ztevnfmdriver
       containers:
       - args:
-        image:  {{.Values.ztevmanagerdriver.image}}
-        name: "vfc-ztevmanagerdriver"
+        image:  {{.Values.ztevnfmdriver.image}}
+        name: "vfc-ztevnfmdriver"
         env:
         - name: MSB_ADDR
-          value: {{ .Values.msbaddr }}
+          value: {{ tpl .Values.msbaddr . }}
         ports:
-        - containerPort: {{ .Values.ztevmanagerdriver.port }}
+        - containerPort: {{ .Values.ztevnfmdriver.port }}
         readinessProbe:
           tcpSocket:
-            port: {{ .Values.ztevmanagerdriver.port }}
+            port: {{ .Values.ztevnfmdriver.port }}
           initialDelaySeconds: 5
           periodSeconds: 10
         imagePullPolicy: "{{ .Values.pullPolicy }}"
       imagePullSecrets:
       - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }}
\ No newline at end of file
+#{{ end }}