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