CORD-2821 Chart for volt service

Change-Id: Ia0a0fffd8225aefa02c68aeac2e82df4bda193a2
diff --git a/xos-services/volt/values.yaml b/xos-services/volt/values.yaml
new file mode 100644
index 0000000..5d64cf1
--- /dev/null
+++ b/xos-services/volt/values.yaml
@@ -0,0 +1,50 @@
+---
+
+# Copyright 2018-present Open Networking Foundation
+#
+# 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.
+
+# Default values for exampleservice.
+# This is a YAML-formatted file.
+# Declare variables to be passed into your templates.
+
+replicaCount: 1
+
+pull_docker_registry:
+
+image:
+  repository: xosproject/volt-synchronizer
+  tag: ca52aeace0ef451c22b6c1ef8f55159f4e16db16
+  pullPolicy: IfNotPresent
+
+resources: {}
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}
+
+serviceConfig:
+  name: volt
+  accessor:
+    username: admin@opencord.org
+    password: letmein
+    endpoint: xos-core:50051
+  required_models:
+    - VOLTService
+    - VOLTServiceInstance
+    - ServiceInstanceLink
+  dependency_graph: "/opt/xos/synchronizers/volt/model-deps"
+  model_policies_dir: "/opt/xos/synchronizers/volt/model_policies"
+  models_dir: "/opt/xos/synchronizers/volt/models"