networkslice: Added free5gc helm charts.
[icn.git] / demo / networkslice / free5gc / helm / f5gc-smf / values-prio.yaml
1 # Default values for amf.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 replicaCount: 1
6
7 pfcp:
8   #addr: free5g-smf-f5gc-smf-0.f5gc-smf.default.svc.cluster.local
9   addr: f5gc-smf.free5g.prioslice.svc.cluster.local
10
11 sNssaiInfos:
12   sNssai:
13     sst: 2
14     sd: "010203"
15     dnnInfos:
16       dnn: internet
17       ueSubnet: 172.16.2.0/24
18
19 userplane_information:
20   up_nodes:
21     gNB1:
22       type: AN
23       an_ip: 172.16.34.2
24     UPF:
25       type: UPF
26       #node_id: free5g-upf-f5gc-upf-0.f5gc-upf.default.svc.cluster.local
27       node_id: f5gc-upf.free5g.prioslice.svc.cluster.local
28       sNssaiUpfInfos:
29         - sNssai:
30             sst: 2
31             sd: "010203"
32           dnnUpfInfoList:
33             - dnn: internet
34         - sNssai:
35             sst: 2
36             sd: 10203
37           dnnUpfInfoList:
38             - dnn: internet
39       interfaces:
40         - interfaceType: N3
41           endpoints:
42             - 172.16.34.4
43           networkInstance: internet
44   links:
45     - A: gNB1
46       B: UPF
47
48 image:
49   repository: nginx
50   tag: stable
51   pullPolicy: IfNotPresent
52
53 imagePullSecrets: []
54 nameOverride: ""
55 fullnameOverride: ""
56
57 serviceAccount:
58   # Specifies whether a service account should be created
59   create: true
60   # The name of the service account to use.
61   # If not set and create is true, a name is generated using the fullname template
62   name:
63
64 podSecurityContext: {}
65   # fsGroup: 2000
66
67 securityContext: {}
68   # capabilities:
69   #   drop:
70   #   - ALL
71   # readOnlyRootFilesystem: true
72   # runAsNonRoot: true
73   # runAsUser: 1000
74
75 service:
76   type: ClusterIP
77   port: 32502
78   nodePort: 32502
79
80 configuration:
81   sbi:
82     scheme: http
83     registerIPv4: f5gc-smf
84   nrfUri: http://f5gc-nrf:32511
85
86 mongodb:
87   url: mongodb://f5gc-mongodb.default:27017
88
89
90 ingress:
91   enabled: false
92   annotations: {}
93     # kubernetes.io/ingress.class: nginx
94     # kubernetes.io/tls-acme: "true"
95   hosts:
96     - host: chart-example.local
97       paths: []
98
99   tls: []
100   #  - secretName: chart-example-tls
101   #    hosts:
102   #      - chart-example.local
103
104 resources: {}
105   # We usually recommend not to specify default resources and to leave this as a conscious
106   # choice for the user. This also increases chances charts run on environments with little
107   # resources, such as Minikube. If you do want to specify resources, uncomment the following
108   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
109   # limits:
110   #   cpu: 100m
111   #   memory: 128Mi
112   # requests:
113   #   cpu: 100m
114   #   memory: 128Mi
115
116 nodeSelector: {}
117
118 tolerations: []
119
120 affinity: {}