Scott Baker | 2f8fe3a | 2022-05-09 10:48:16 -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/sdcore-adapter |
| 14 | tag: v0.4.4 |
| 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 | kafkaURI: "kafka-0.kafka-headless:9092" |
| 27 | prometheusEndpoint: "http://aether-roc-umbrella-prometheus-acc-server:80" |
| 28 | |
| 29 | nodeSelector: {} |
| 30 | |
| 31 | tolerations: [] |
| 32 | |
| 33 | affinity: {} |
| 34 | |
| 35 | logging: |
| 36 | loggers: |
| 37 | root: |
| 38 | level: info |
| 39 | output: |
| 40 | stdout: |
| 41 | sink: stdout |
| 42 | sinks: |
| 43 | stdout: |
| 44 | type: stdout |
| 45 | stdout: {} |