Adding Bouncer xapp and E2 Simulator code for RIC-Benchmarking
[it/test.git] / ric_benchmarking / e2-interface / e2sim / e2sm_examples / kpm_e2sm / helm / values.yaml
1 # ==================================================================================
2 #       Copyright (c) 2020 AT&T Intellectual Property.
3 #
4 #   Licensed under the Apache License, Version 2.0 (the "License");
5 #   you may not use this file except in compliance with the License.
6 #   You may obtain a copy of the License at
7 #
8 #          http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #   Unless required by applicable law or agreed to in writing, software
11 #   distributed under the License is distributed on an "AS IS" BASIS,
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #   See the License for the specific language governing permissions and
14 #   limitations under the License.
15 # ==================================================================================
16
17 #################################################################
18 # Application configuration defaults.
19 #################################################################
20 # application image
21 e2sim:
22   alpha:
23     name: e2sim
24     namespace: test
25     app: e2simulator
26     imagepullpolicy: IfNotPresent
27     image:
28       name: oran-ric/e2simul
29       tag: 1.2.2     
30       registry: "oran.nexus:8082"
31     port: 36422
32
33     privilegedmode: false
34     hostnetworkmode: false
35
36     replicaCount: 1
37     env:
38       print: "1"
39       messagecollectorfile: "/data/outgoing/"
40     # Service ports are now defined in
41     # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
42     # If need to change a service port, make the code change necessary, then
43     # update the _ports.tpl file with the new port number.
44
45     dataVolSize: 100Mi
46     storageClassName: local-storage
47     #storageClassName: ric-storage-class
48
49     pizpub:
50       enabled: false
51     #  publishURL: ""
52     #  user: ""
53     #  password: ""
54     #  feedId: ""
55     #  dataRootDir: ""
56     #  scanDirectory: ""
57     #  processedDirectory: ""
58     #  image:
59     #    name: ""
60     #    tag: ""
61     #    registry: ""
62