| # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org> |
| # |
| # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| |
| nameOverride: "" |
| fullnameOverride: "sdcore-adapter-v2" |
| |
| replicaCount: 1 |
| annotations: {} |
| |
| image: |
| repository: onosproject/sdcore-adapter |
| tag: v0.3.0 |
| pullPolicy: IfNotPresent |
| pullSecrets: [] |
| |
| resources: |
| requests: |
| cpu: 0.5 |
| memory: 512Mi |
| |
| service: |
| type: ClusterIP |
| |
| partialUpdateEnabled: true |
| secure: true |
| initialConfig: "" |
| output: "" |
| spgwEndpoint: "" |
| |
| ports: |
| gnmi: |
| secure: 5150 |
| prometheus: 9851 |
| diagApi: 8080 |
| |
| prometheusEnabled: true |
| |
| nodeSelector: {} |
| |
| tolerations: [] |
| |
| affinity: {} |
| |
| logging: |
| loggers: |
| root: |
| level: info |
| output: |
| stdout: |
| sink: stdout |
| sinks: |
| stdout: |
| type: stdout |
| stdout: {} |