PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
|
| 2 | #
|
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
|
| 4 |
|
| 5 | nameOverride: ""
|
| 6 | fullnameOverride: "chronos-exporter"
|
| 7 |
|
| 8 | replicaCount: 1
|
| 9 | annotations: {}
|
| 10 |
|
| 11 | image:
|
| 12 | repository: onosproject/chronos-exporter
|
PUSHP RAJ | f46d3b0 | 2022-01-03 13:50:58 +0000 | [diff] [blame] | 13 | tag: v0.0.6
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 14 | pullPolicy: IfNotPresent
|
| 15 | pullSecrets: []
|
| 16 |
|
| 17 | service:
|
| 18 | type: ClusterIP
|
Sean Condon | fbc563d | 2021-12-08 15:54:26 -0800 | [diff] [blame] | 19 |
|
PUSHP RAJ | f46d3b0 | 2022-01-03 13:50:58 +0000 | [diff] [blame] | 20 | configfile: /etc/chronos-exporter/configs/demo-configuration.yaml
|