networkslice: Added free5gc helm charts.
[icn.git] / demo / networkslice / free5gc / helm / f5gc-webui / 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: 80
37
38 ingress:
39   enabled: false
40   annotations: {}
41     # kubernetes.io/ingress.class: nginx
42     # kubernetes.io/tls-acme: "true"
43   hosts:
44     - host: chart-example.local
45       paths: []
46
47   tls: []
48   #  - secretName: chart-example-tls
49   #    hosts:
50   #      - chart-example.local
51
52 resources: {}
53   # We usually recommend not to specify default resources and to leave this as a conscious
54   # choice for the user. This also increases chances charts run on environments with little
55   # resources, such as Minikube. If you do want to specify resources, uncomment the following
56   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
57   # limits:
58   #   cpu: 100m
59   #   memory: 128Mi
60   # requests:
61   #   cpu: 100m
62   #   memory: 128Mi
63
64 nodeSelector: {}
65
66 tolerations: []
67
68 affinity: {}