blob: 3e45d29f4b2b17bd040397f5b368f0def7d60ae0 [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
Wei-Yu Chenb3409b82019-01-17 15:34:23 -080020dataplane_hostname: "ngic-dp"
21dataplane_port: 20
22
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080023hss:
24 # TODO: init UE's IMEI to DB?
25 images:
26 init: "ngick8stesting/c3po-cassandra:5e2eaf6"
27 hss: "ngick8stesting/c3po-hss:5e2eaf6"
28 ports:
29 s6a: 3868
30 secs6a: 5868
31 replicas: 1
32 resources:
33 cpu: 3
34 mem: "1Gi"
35
36mme:
37 images:
38 init: "ngick8stesting/c3po-mmeinit"
39 mme: "ngick8stesting/c3po-mme:5e2eaf6"
40 ports:
41 s11: 2123
42 s1ap: 36412
43 s6a: 3868
44 replicas: 1
45 enb_s1ap_ip: "119.0.0.10"
46 resources:
47 cpu: 3
48 mem: "1Gi"
49
50ngic_cp:
51 images:
52 init: "ngick8stesting/c3po-mmeinit"
53 cp: "ngick8stesting/ngic-cp:690f418"
54 replicas: 1
55 ports:
56 s11: 2123
57 sx: 21
58 config:
59 apn: "apn1"
60 ue_ip_pool: "16.0.0.0"
61 ue_ip_pool_mask: "255.240.0.0"
62 resources:
63 cpu: 3
64 mem: "5Gi"
65
66namespace: epc