blob: 8cbc0aa4f975286e72486983101135d7773e6e49 [file] [log] [blame]
Wei-Yu Chen450a98a2019-01-15 16:56:30 -08001---
2# Copyright 2017-present Open Networking Foundation
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# Default values for mcord-vepc-helm.
17# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
20hss:
21 # TODO: init UE's IMEI to DB?
22 images:
23 init: "ngick8stesting/c3po-cassandra:5e2eaf6"
24 hss: "ngick8stesting/c3po-hss:5e2eaf6"
25 ports:
26 s6a: 3868
27 secs6a: 5868
28 replicas: 1
29 resources:
30 cpu: 3
31 mem: "1Gi"
32
33mme:
34 images:
35 init: "ngick8stesting/c3po-mmeinit"
36 mme: "ngick8stesting/c3po-mme:5e2eaf6"
37 ports:
38 s11: 2123
39 s1ap: 36412
40 s6a: 3868
41 replicas: 1
42 enb_s1ap_ip: "119.0.0.10"
43 resources:
44 cpu: 3
45 mem: "1Gi"
46
47ngic_cp:
48 images:
49 init: "ngick8stesting/c3po-mmeinit"
50 cp: "ngick8stesting/ngic-cp:690f418"
51 replicas: 1
52 ports:
53 s11: 2123
54 sx: 21
55 config:
56 apn: "apn1"
57 ue_ip_pool: "16.0.0.0"
58 ue_ip_pool_mask: "255.240.0.0"
59 resources:
60 cpu: 3
61 mem: "5Gi"
62
63namespace: epc