Initial commit for chronos-umbrella

Change-Id: Ice4173f994e049c5ef333046438b27a1a396e234
diff --git a/chronos-exporter/values.yaml b/chronos-exporter/values.yaml
new file mode 100644
index 0000000..b73cc4e
--- /dev/null
+++ b/chronos-exporter/values.yaml
@@ -0,0 +1,18 @@
+# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>

+#

+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0

+

+nameOverride: ""

+fullnameOverride: "chronos-exporter"

+

+replicaCount: 1

+annotations: {}

+

+image:

+  repository: onosproject/chronos-exporter

+  tag: latest

+  pullPolicy: IfNotPresent

+  pullSecrets: []

+

+service:

+  type: ClusterIP