networkslice: Added free5gc helm charts.
[icn.git] / demo / networkslice / free5gc / helm / f5gc-upf / 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 upfcfg:
8   info:
9     version: 1.0.0
10     description: UPF configuration
11   
12   configuration:
13     # debugLevel: panic|fatal|error|warn|info|debug|trace
14     debugLevel: info
15   
16     pfcp:
17       #- addr: free5g-upf-f5gc-upf-0.f5gc-upf.default.svc.cluster.local
18       - addr: f5gc-upf.free5g.prioslice.svc.cluster.local
19   
20     gtpu:
21       - addr: 172.16.34.4
22       # [optional] gtpu.name
23       # - name: upf.5gc.nctu.me
24       # [optional] gtpu.ifname
25       # - ifname: gtpif
26   
27     dnn_list:
28       - dnn: internet
29         cidr: 172.16.2.0/24
30         # [optional] apn_list[*].natifname
31         # natifname: eth0
32
33 image:
34   repository: nginx
35   tag: stable
36   pullPolicy: IfNotPresent
37
38 imagePullSecrets: []
39 nameOverride: ""
40 fullnameOverride: ""
41
42 serviceAccount:
43   # Specifies whether a service account should be created
44   create: true
45   # The name of the service account to use.
46   # If not set and create is true, a name is generated using the fullname template
47   name:
48
49 podSecurityContext: {}
50   # fsGroup: 2000
51
52 securityContext: {}
53   # capabilities:
54   #   drop:
55   #   - ALL
56   # readOnlyRootFilesystem: true
57   # runAsNonRoot: true
58   # runAsUser: 1000
59
60 service:
61   type: ClusterIP
62   port: 80
63
64 ingress:
65   enabled: false
66   annotations: {}
67     # kubernetes.io/ingress.class: nginx
68     # kubernetes.io/tls-acme: "true"
69   hosts:
70     - host: chart-example.local
71       paths: []
72
73   tls: []
74   #  - secretName: chart-example-tls
75   #    hosts:
76   #      - chart-example.local
77
78 resources: {}
79   # We usually recommend not to specify default resources and to leave this as a conscious
80   # choice for the user. This also increases chances charts run on environments with little
81   # resources, such as Minikube. If you do want to specify resources, uncomment the following
82   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
83   # limits:
84   #   cpu: 100m
85   #   memory: 128Mi
86   # requests:
87   #   cpu: 100m
88   #   memory: 128Mi
89
90 nodeSelector: {}
91
92
93 tolerations: []
94
95 affinity: {}