blob: 19c4d830ffed4d958a7d4a952459af0abfc80db9 [file] [log] [blame]
Scott Bakerc9d3d842021-09-17 11:32:53 -07001# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
Scott Bakerc9d3d842021-09-17 11:32:53 -07004
5nameOverride: ""
6fullnameOverride: ""
7
8replicaCount: 1
9annotations: {}
10
11image:
Amit Wankhede1abc69e2022-02-15 11:15:34 +000012 repository: onosproject/subscriber-proxy
Amit Wankhedef1a86662022-03-22 13:52:24 +000013 tag: v0.3.2
Scott Bakerc9d3d842021-09-17 11:32:53 -070014 pullPolicy: IfNotPresent
15 pullSecrets: []
16
17resources:
18 requests:
19 cpu: 0.5
20 memory: 512Mi
21
22service:
23 type: ClusterIP
24
25model:
26 version: v3
27
28secure: true
Scott Bakerc9d3d842021-09-17 11:32:53 -070029
Amit Wankhede38437412021-11-22 11:11:07 -060030config:
31 port: 5000
Scott Bakerc9d3d842021-09-17 11:32:53 -070032 webui_endpt:
Amit Wankhede38437412021-11-22 11:11:07 -060033 addr: aether-roc-umbrella-sdcore-test-dummy
34 port: 80
Scott Bakerc9d3d842021-09-17 11:32:53 -070035 aether_config_endpt:
36 addr: onos-config
37 port: 5150
Amit Wankhede38437412021-11-22 11:11:07 -060038 openidc:
39 issuer:
40 credentials:
41 username: "YWxpY2VhQG9wZW5uZXR3b3JraW5nLm9yZw=="
42 password: "cGFzc3dvcmQ="
Scott Bakerc9d3d842021-09-17 11:32:53 -070043
44prometheusEnabled: true
45
46nodeSelector: {}
47
48tolerations: []
49
50affinity: {}
51
52logging:
53 loggers:
54 root:
55 level: info
56 output:
57 stdout:
58 sink: stdout
59 sinks:
60 stdout:
61 type: stdout
62 stdout: {}