X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=service-exposure%2Frapps-istio-mgr.yaml;h=92d3f3a773a05993b8441abf09120acb5dc1f6c6;hb=b188e12cc1b4be627ae6f8f424f06c38ffb89804;hp=6003bb55efc39d8a659640865ad823bcf43f98ef;hpb=073269a87bdbe3ef450d933d0e7e6a5f730c8b67;p=nonrtric.git diff --git a/service-exposure/rapps-istio-mgr.yaml b/service-exposure/rapps-istio-mgr.yaml index 6003bb55..92d3f3a7 100644 --- a/service-exposure/rapps-istio-mgr.yaml +++ b/service-exposure/rapps-istio-mgr.yaml @@ -31,7 +31,7 @@ spec: template: metadata: labels: - app: rapps-istio-mgr + app: rapps-istio-mgr version: v1 spec: containers: @@ -39,7 +39,7 @@ spec: image: ktimoney/rapps-istio-mgr imagePullPolicy: IfNotPresent ports: - - containerPort: 9000 + - containerPort: 9000 resources: limits: memory: 256Mi @@ -48,7 +48,7 @@ spec: memory: 128Mi cpu: "80m" serviceAccountName: helm-app - replicas: 1 + replicas: 1 --- apiVersion: v1 kind: Service @@ -60,7 +60,7 @@ spec: app: rapps-istio-mgr ports: - protocol: TCP - port: 80 - targetPort: 9000 - nodePort: 31590 + port: 80 + targetPort: 9000 + nodePort: 31551 type: NodePort