-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathopen5gs_cr.yaml
45 lines (45 loc) · 972 Bytes
/
open5gs_cr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
apiVersion: open5gs.anil.redhat/v1alpha1
kind: Open5gs
metadata:
name: example-open5gs
namespace: open5gsoperator-system
spec:
open5gs_vars:
amf:
mcc: 208
mnc: 93
tac: 70
dnn: internet
dnn2: arvr
k8s:
advertise: 192.168.50.200
interface: eth0
netattchdefinition: testuserplane
open5gs:
image:
pullpolicy: IfNotPresent
repository: registry.gitlab.com/infinitydon/registry/open5gs-aio
tag: v2.2.2
smf:
gtpc:
interface: eth0
gtpu:
interface: eth0
pfcp:
interface: eth0
upfmain:
addr: 192.168.50.200
upfmec:
addr: 192.168.50.201
webui:
image:
pullpolicy: IfNotPresent
repository: registry.gitlab.com/infinitydon/registry/open5gs-webui
tag: v2.2.2
ingress:
enabled: false
hosts:
- name: open5gs-epc.local
paths:
- /
tls: false