blob: d5c55123168f430de293160549ed682e95d82c0c [file] [log] [blame]
Badhrinath987e1d82020-11-20 13:23:58 -06001# Copyright 2020-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5images:
6 tags:
7 init: docker.io/omecproject/pod-init:1.0.0
8 #gnbsim: ajaythakuronf/5gc-gnbsim:0.1.0-dev
9 gnbsim: ajaythakuronf/5gc-gnbsim:0.2.0-dev-201
10 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
11 pullPolicy: IfNotPresent
12 credentials: {}
13 # If specified, use this credential to access the image
14 # registry:
15 # username:
16 # password:
17
18nodeSelectors:
19 enabled: false
20 gnbsim:
21 label: omec-cp
22 value: enabled
23
24resources:
25 enabled: true
26 gnbsim:
27 requests:
28 cpu: 2
29 memory: 1Gi
30 limits:
31 cpu: 2
32 memory: 1Gi
33
34config:
35 clusterDomain: cluster.local
36 coreDump:
37 enabled: false
38 path: /tmp/coredump
39 gnbsim:
40 deploy: true
41 sriov:
42 enabled: disabled
43 ipam: static
44 cniPlugin: simpleovs #need override value
45 gnb:
46 ip: 192.168.251.5/24
47 ngapp:
48 port: 38412
49 nodePort:
50 enabled: false
51 port: 30071
52 yamlCfgFiles:
53 gnb.conf: |
54 info:
55 version: 1.0.0
56 description: gNodeB sim initial configuration