Wei-Yu Chen | 450a98a | 2019-01-15 16:56:30 -0800 | [diff] [blame] | 1 | --- |
| 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 Chen | da76c32 | 2019-01-18 13:31:55 -0800 | [diff] [blame^] | 20 | hssdb_hostname: "cassandra" |
| 21 | hss_hostname: "hss" |
| 22 | mme_hostname: "mme" |
| 23 | spgwc_hostname: "ngic-cp" |
| 24 | spgwu_hostname: "ngic-dp" |
| 25 | spgwu_port: 20 |
Wei-Yu Chen | b3409b8 | 2019-01-17 15:34:23 -0800 | [diff] [blame] | 26 | |
Wei-Yu Chen | 450a98a | 2019-01-15 16:56:30 -0800 | [diff] [blame] | 27 | hss: |
| 28 | # TODO: init UE's IMEI to DB? |
| 29 | images: |
| 30 | init: "ngick8stesting/c3po-cassandra:5e2eaf6" |
| 31 | hss: "ngick8stesting/c3po-hss:5e2eaf6" |
| 32 | ports: |
| 33 | s6a: 3868 |
| 34 | secs6a: 5868 |
| 35 | replicas: 1 |
| 36 | resources: |
| 37 | cpu: 3 |
| 38 | mem: "1Gi" |
| 39 | |
| 40 | mme: |
| 41 | images: |
| 42 | init: "ngick8stesting/c3po-mmeinit" |
| 43 | mme: "ngick8stesting/c3po-mme:5e2eaf6" |
| 44 | ports: |
| 45 | s11: 2123 |
| 46 | s1ap: 36412 |
| 47 | s6a: 3868 |
| 48 | replicas: 1 |
| 49 | enb_s1ap_ip: "119.0.0.10" |
| 50 | resources: |
| 51 | cpu: 3 |
| 52 | mem: "1Gi" |
| 53 | |
| 54 | ngic_cp: |
| 55 | images: |
| 56 | init: "ngick8stesting/c3po-mmeinit" |
| 57 | cp: "ngick8stesting/ngic-cp:690f418" |
| 58 | replicas: 1 |
| 59 | ports: |
| 60 | s11: 2123 |
| 61 | sx: 21 |
| 62 | config: |
| 63 | apn: "apn1" |
| 64 | ue_ip_pool: "16.0.0.0" |
| 65 | ue_ip_pool_mask: "255.240.0.0" |
| 66 | resources: |
| 67 | cpu: 3 |
| 68 | mem: "5Gi" |
| 69 | |
| 70 | namespace: epc |