X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Ftestreceiver%2Fvalues.yaml;h=fcf6536722745542701d2f195fd3f7ae52a91aa5;hb=0b42dfc507b22b49669f360883a1cecaa50cda7b;hp=e0b8f40810f150e8fbe9257d3b696dd6b5786800;hpb=09edf28fd47faf808e053d6ede06315c3926fa45;p=ric-plt%2Fa1.git diff --git a/integration_tests/testreceiver/values.yaml b/integration_tests/testreceiver/values.yaml index e0b8f40..fcf6536 100644 --- a/integration_tests/testreceiver/values.yaml +++ b/integration_tests/testreceiver/values.yaml @@ -4,39 +4,12 @@ replicaCount: 1 -rmrservice: +testrmrservice: name: testreceiverrmrservice type: ClusterIP port: 4560 -ingress: - enabled: false - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: [] - - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - -nodeSelector: {} - -tolerations: [] - -affinity: {} +delayrmrservice: + name: delayreceiverrmrservice + type: ClusterIP + port: 4563