blob: 96bfa3af08d72f661b973dda20c27e5711b7205f [file] [log] [blame]
Scott Bakere35e6832022-01-10 15:48:08 -08001# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
Scott Bakere35e6832022-01-10 15:48:08 -08004
5nameOverride: ""
6fullnameOverride: "sdcore-adapter-v2"
7
8replicaCount: 1
9annotations: {}
10
11image:
12 repository: onosproject/sdcore-adapter
Scott Baker604a8f72022-03-28 17:03:18 -070013 tag: v0.3.13
Scott Bakere35e6832022-01-10 15:48:08 -080014 pullPolicy: IfNotPresent
15 pullSecrets: []
16
17resources:
18 requests:
19 cpu: 0.5
20 memory: 512Mi
21
22service:
23 type: ClusterIP
24
25partialUpdateEnabled: true
26secure: true
27initialConfig: ""
28output: ""
29spgwEndpoint: ""
30
31ports:
32 gnmi:
33 secure: 5150
34 prometheus: 9851
35 diagApi: 8080
36
37prometheusEnabled: true
38
39nodeSelector: {}
40
41tolerations: []
42
43affinity: {}
44
45logging:
46 loggers:
47 root:
48 level: info
49 output:
50 stdout:
51 sink: stdout
52 sinks:
53 stdout:
54 type: stdout
55 stdout: {}