networkslice: Added free5gc helm charts.
[icn.git] / demo / networkslice / free5gc / helm / f5gc-smf / values_old.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: f5gc-smf.free5g.default.svc.cluster.local
9
10 userplane_information:
11   up_nodes:
12     gNB1:
13       type: AN
14       an_ip: 172.16.34.2
15     UPF1:
16       type: UPF
17       node_id: f5gc-upf.free5g.default.svc.cluster.local
18   links:
19     - A: gNB1
20       B: UPF1
21
22 image:
23   repository: nginx
24   tag: stable
25   pullPolicy: IfNotPresent
26
27 imagePullSecrets: []
28 nameOverride: ""
29 fullnameOverride: ""
30
31 serviceAccount:
32   # Specifies whether a service account should be created
33   create: true
34   # The name of the service account to use.
35   # If not set and create is true, a name is generated using the fullname template
36   name:
37
38 podSecurityContext: {}
39   # fsGroup: 2000
40
41 securityContext: {}
42   # capabilities:
43   #   drop:
44   #   - ALL
45   # readOnlyRootFilesystem: true
46   # runAsNonRoot: true
47   # runAsUser: 1000
48
49 service:
50   type: ClusterIP
51   port: 80
52
53 ingress:
54   enabled: false
55   annotations: {}
56     # kubernetes.io/ingress.class: nginx
57     # kubernetes.io/tls-acme: "true"
58   hosts:
59     - host: chart-example.local
60       paths: []
61
62   tls: []
63   #  - secretName: chart-example-tls
64   #    hosts:
65   #      - chart-example.local
66
67 resources: {}
68   # We usually recommend not to specify default resources and to leave this as a conscious
69   # choice for the user. This also increases chances charts run on environments with little
70   # resources, such as Minikube. If you do want to specify resources, uncomment the following
71   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
72   # limits:
73   #   cpu: 100m
74   #   memory: 128Mi
75   # requests:
76   #   cpu: 100m
77   #   memory: 128Mi
78
79 nodeSelector:
80   kubernetes.io/hostname: kube-two
81
82 tolerations: []
83
84 affinity: {}