No need for two charts for test receivers
[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 testrmrservice:
8   name: testreceiverrmrservice
9   type: ClusterIP
10   port: 4560
11
12 delayrmrservice:
13   name: delayreceiverrmrservice
14   type: ClusterIP
15   port: 4563
16
17
18
19 ingress:
20   enabled: false
21   annotations: {}
22     # kubernetes.io/ingress.class: nginx
23     # kubernetes.io/tls-acme: "true"
24   hosts:
25     - host: chart-example.local
26       paths: []
27
28   tls: []
29   #  - secretName: chart-example-tls
30   #    hosts:
31   #      - chart-example.local
32
33 resources: {}
34   # We usually recommend not to specify default resources and to leave this as a conscious
35   # choice for the user. This also increases chances charts run on environments with little
36   # resources, such as Minikube. If you do want to specify resources, uncomment the following
37   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
38   # limits:
39   #   cpu: 100m
40   #   memory: 128Mi
41   # requests:
42   #   cpu: 100m
43   #   memory: 128Mi
44
45 nodeSelector: {}
46
47 tolerations: []
48
49 affinity: {}