blob: 2c83ee6b8b2bd6c0ab9206023a54d6ac30234714 [file] [log] [blame]
Wei-Yu Chen0f12b9c2019-04-18 11:12:59 -07001# Copyright 2018-present Open Networking Foundation
2# Copyright 2018 Intel Corporation
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
Hyunsun Moon06f98552019-08-15 13:44:47 -060016images:
17 tags:
18 init: docker.io/omecproject/pod-init:0.1.0-dev
19 hssdb: docker.io/omecproject/c3po-hssdb:0.1.0-dev
20 hss: docker.io/omecproject/c3po-hss:0.1.0-dev
21 mme: docker.io/omecproject/openmme:0.1.0-dev
22 spgwc: docker.io/omecproject/ngic-cp:0.1.0-dev
Hyunsun Moon06f98552019-08-15 13:44:47 -060023 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
24 pullPolicy: IfNotPresent
Wei-Yu Chen0f12b9c2019-04-18 11:12:59 -070025
Hyunsun Moon06f98552019-08-15 13:44:47 -060026nodeSelectors:
27 enabled: false
Hyunsun Moon06f98552019-08-15 13:44:47 -060028 hss:
29 label: omec-cp
30 value: enabled
31 mme:
32 label: omec-cp
33 value: enabled
34 spgwc:
35 label: omec-cp
36 value: enabled
Wei-Yu Chen0f12b9c2019-04-18 11:12:59 -070037
Hyunsun Moon06f98552019-08-15 13:44:47 -060038resources:
39 enabled: true
Hyunsun Moon06f98552019-08-15 13:44:47 -060040 hss:
41 requests:
42 cpu: 2
43 memory: 1Gi
44 limits:
45 cpu: 2
46 memory: 1Gi
47 mme:
48 # Note that MME pod is composed of 4 containers
49 # Provide resources for a container, not a pod
50 requests:
51 cpu: 0.5
52 memory: 1Gi
53 limits:
54 cpu: 0.5
55 memory: 1Gi
56 spgwc:
57 requests:
58 cpu: 2
59 memory: 5Gi
60 limits:
61 cpu: 2
62 memory: 5Gi
Wei-Yu Chen0f12b9c2019-04-18 11:12:59 -070063
Hyunsun Moond8804b32019-08-18 00:31:43 -060064cassandra:
65 deploy: true
66 fullnameOverride: cassandra
67 image:
68 tag: 2.1.20
69 #selector:
70 # nodeSelector:
71 # cassandra: enabled
72 persistence:
73 enabled: false
74 config:
75 #cluster_size: 1
76 endpoint_snitch: GossipingPropertyFileSnitch
77 resources: {}
78 #requests:
79 # memory: 4Gi
80 # cpu: 2
81 #limits:
82 # memory: 4Gi
83 # cpu: 2
84
Hyunsun Moon06f98552019-08-15 13:44:47 -060085config:
Hyunsun Moon06f98552019-08-15 13:44:47 -060086 hss: {}
Hyunsun Moond8804b32019-08-18 00:31:43 -060087 # hssdb will be set to cassandra if unset
88 #hssdb:
Hyunsun Moon06f98552019-08-15 13:44:47 -060089 mme:
Hyunsun Moon636e17d2019-07-03 12:52:15 -050090 mme:
91 name: vmmestandalone
92 group_id: 1
93 code: 1
94 mcc:
95 dig1: 2
96 dig2: 0
97 dig3: 8
98 mnc:
99 dig1: 0
100 dig2: 1
101 dig3: -1
102 s1ap:
103 sctp_port: 36412
104 sctp_port_external: 36412
105 s11:
106 egtp_default_port: 2123
Hyunsun Moon06f98552019-08-15 13:44:47 -0600107 # sgw_addr and pgw_addr will be set dynamically if unset
108 #sgw_addr:
109 #pgw_addr:
Hyunsun Moon636e17d2019-07-03 12:52:15 -0500110 s6a:
111 host_type: freediameter
Hyunsun Moon06f98552019-08-15 13:44:47 -0600112 # host and realm will be set dynamically if unset
113 #host:
114 #realm:
Hyunsun Moon7a007bb2019-08-19 16:41:36 -0600115 spgwc:
116 # make it global
117 spgwu:
118 addr: spgwu
119 port: 20