X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frco%2Fmanifests%2Frco-svc.yaml;fp=test%2Frco%2Fmanifests%2Frco-svc.yaml;h=0000000000000000000000000000000000000000;hb=586cbbc7da7e66d7143ec685012380d63f00cacd;hp=16482315cd4d77297ebf606c6cf7f4d6799f1d5b;hpb=ff8dccd02d76eebfccc0b509ce0b42a2c1760e12;p=ric-plt%2Fsubmgr.git diff --git a/test/rco/manifests/rco-svc.yaml b/test/rco/manifests/rco-svc.yaml deleted file mode 100644 index 1648231..0000000 --- a/test/rco/manifests/rco-svc.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# -#================================================================================== -# Copyright (c) 2019 AT&T Intellectual Property. -# Copyright (c) 2019 Nokia -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -#================================================================================== -# -# -# Abstract: RCO Stub xApp service manifest -# Date: 28 May 2019 -# -kind: Service -apiVersion: v1 -metadata: - name: rco - namespace: ricplt -spec: - selector: - app: rco - clusterIP: None - ports: - - name: nbi - port: 8080 - protocol: TCP - - name: sbi-data - port: 4560 - protocol: TCP - - name: sbi-control - port: 4561 - protocol: TCP -