Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [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: "" |
| 7 | |
| 8 | replicaCount: 1 |
| 9 | annotations: {} |
| 10 | |
| 11 | image: |
| 12 | repository: onosproject/sdcore-adapter |
Sean Condon | c7d8914 | 2021-10-21 11:18:08 +0100 | [diff] [blame] | 13 | tag: v0.2.2 |
Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 14 | pullPolicy: IfNotPresent |
| 15 | pullSecrets: [] |
| 16 | |
| 17 | resources: |
| 18 | requests: |
| 19 | cpu: 0.5 |
| 20 | memory: 512Mi |
| 21 | |
| 22 | service: |
| 23 | type: ClusterIP |
| 24 | |
| 25 | model: |
| 26 | version: v3 |
| 27 | |
| 28 | secure: true |
| 29 | initialConfig: "" |
| 30 | output: "" |
| 31 | spgwEndpoint: "" |
| 32 | |
| 33 | ports: |
| 34 | port: 5001 |
| 35 | webui_endpt: |
| 36 | addr: webui.omec.svc.cluster.local |
| 37 | port: 5000 |
| 38 | aether_config_endpt: |
| 39 | addr: onos-config |
| 40 | port: 5150 |
| 41 | |
| 42 | prometheusEnabled: true |
| 43 | |
| 44 | nodeSelector: {} |
| 45 | |
| 46 | tolerations: [] |
| 47 | |
| 48 | affinity: {} |
| 49 | |
| 50 | logging: |
| 51 | loggers: |
| 52 | root: |
| 53 | level: info |
| 54 | output: |
| 55 | stdout: |
| 56 | sink: stdout |
| 57 | sinks: |
| 58 | stdout: |
| 59 | type: stdout |
| 60 | stdout: {} |