Merge "Create xos-services directory"
diff --git a/exampleservice/.helmignore b/xos-services/exampleservice/.helmignore
similarity index 100%
rename from exampleservice/.helmignore
rename to xos-services/exampleservice/.helmignore
diff --git a/exampleservice/Chart.yaml b/xos-services/exampleservice/Chart.yaml
similarity index 91%
rename from exampleservice/Chart.yaml
rename to xos-services/exampleservice/Chart.yaml
index baaadf4..9262ce4 100644
--- a/exampleservice/Chart.yaml
+++ b/xos-services/exampleservice/Chart.yaml
@@ -16,6 +16,6 @@
 
 apiVersion: v1
 appVersion: "1.0"
-description: A Helm chart for Kubernetes
+description: A Helm chart for XOS's "exampleservice" service
 name: exampleservice
 version: 0.1.0
diff --git a/exampleservice/templates/_helpers.tpl b/xos-services/exampleservice/templates/_helpers.tpl
similarity index 100%
rename from exampleservice/templates/_helpers.tpl
rename to xos-services/exampleservice/templates/_helpers.tpl
diff --git a/exampleservice/templates/configmap.yaml b/xos-services/exampleservice/templates/configmap.yaml
similarity index 100%
rename from exampleservice/templates/configmap.yaml
rename to xos-services/exampleservice/templates/configmap.yaml
diff --git a/exampleservice/templates/deployment.yaml b/xos-services/exampleservice/templates/deployment.yaml
similarity index 100%
rename from exampleservice/templates/deployment.yaml
rename to xos-services/exampleservice/templates/deployment.yaml
diff --git a/exampleservice/values.yaml b/xos-services/exampleservice/values.yaml
similarity index 100%
rename from exampleservice/values.yaml
rename to xos-services/exampleservice/values.yaml