blob: e5b38cc6a25e1eab9b32d45a9f0924959db6e2d8 [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
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -05008 gnbsim: ajaythakuronf/5gc-gnbsim:0.0.9-dev
Badhrinath987e1d82020-11-20 13:23:58 -06009 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
10 pullPolicy: IfNotPresent
11 credentials: {}
12 # If specified, use this credential to access the image
13 # registry:
14 # username:
15 # password:
16
17nodeSelectors:
18 enabled: false
19 gnbsim:
20 label: omec-cp
21 value: enabled
22
23resources:
24 enabled: true
25 gnbsim:
26 requests:
27 cpu: 2
28 memory: 1Gi
29 limits:
30 cpu: 2
31 memory: 1Gi
32
33config:
34 clusterDomain: cluster.local
35 coreDump:
36 enabled: false
37 path: /tmp/coredump
38 gnbsim:
39 deploy: true
40 sriov:
41 enabled: disabled
42 ipam: static
43 cniPlugin: simpleovs #need override value
44 gnb:
45 ip: 192.168.251.5/24
46 ngapp:
47 port: 38412
48 nodePort:
49 enabled: false
50 port: 30071
51 yamlCfgFiles:
52 gnb.conf: |
53 info:
54 version: 1.0.0
55 description: gNodeB sim initial configuration