Scott Baker | e3090f0 | 2022-05-31 15:51:41 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2022-present Intel Corporation |
| 2 | # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org> |
| 3 | # |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | |
| 6 | nameOverride: "" |
| 7 | fullnameOverride: "" |
| 8 | |
| 9 | replicaCount: 1 |
| 10 | annotations: {} |
| 11 | |
| 12 | image: |
| 13 | repository: onosproject/fabric-adapter |
| 14 | tag: v0.0.3 |
| 15 | pullPolicy: IfNotPresent |
| 16 | pullSecrets: [] |
| 17 | |
| 18 | resources: |
| 19 | requests: |
| 20 | cpu: 0.5 |
| 21 | memory: 512Mi |
| 22 | |
| 23 | service: |
| 24 | type: ClusterIP |
| 25 | |
| 26 | partialUpdateEnabled: true |
| 27 | secure: true |
| 28 | |
| 29 | ports: |
| 30 | gnmi: |
| 31 | secure: 5150 |
| 32 | prometheus: 9851 |
| 33 | diagApi: 8080 |
| 34 | |
| 35 | kafkaURI: "" |
| 36 | |
| 37 | prometheusEnabled: true |
| 38 | |
| 39 | nodeSelector: {} |
| 40 | |
| 41 | tolerations: [] |
| 42 | |
| 43 | affinity: {} |
| 44 | |
| 45 | logging: |
| 46 | loggers: |
| 47 | root: |
| 48 | level: info |
| 49 | output: |
| 50 | stdout: |
| 51 | sink: stdout |
| 52 | sinks: |
| 53 | stdout: |
| 54 | type: stdout |
| 55 | stdout: {} |