e0b8f40810f150e8fbe9257d3b696dd6b5786800
[ric-plt/a1.git] / integration_tests / testreceiver / values.yaml
1 # Default values for testreceiver.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 replicaCount: 1
6
7 rmrservice:
8   name: testreceiverrmrservice
9   type: ClusterIP
10   port: 4560
11
12 ingress:
13   enabled: false
14   annotations: {}
15     # kubernetes.io/ingress.class: nginx
16     # kubernetes.io/tls-acme: "true"
17   hosts:
18     - host: chart-example.local
19       paths: []
20
21   tls: []
22   #  - secretName: chart-example-tls
23   #    hosts:
24   #      - chart-example.local
25
26 resources: {}
27   # We usually recommend not to specify default resources and to leave this as a conscious
28   # choice for the user. This also increases chances charts run on environments with little
29   # resources, such as Minikube. If you do want to specify resources, uncomment the following
30   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
31   # limits:
32   #   cpu: 100m
33   #   memory: 128Mi
34   # requests:
35   #   cpu: 100m
36   #   memory: 128Mi
37
38 nodeSelector: {}
39
40 tolerations: []
41
42 affinity: {}