X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=service-exposure%2Frapps-helm-installer.yaml;h=e5cb1ead21e54c88249e8ffbe8289862836bb428;hb=refs%2Fchanges%2F10%2F11110%2F1;hp=19969dbdf8aa98f3e036e658933f15adc2679695;hpb=28fa9fbfee514da8c85171facbabe6747f499988;p=nonrtric.git diff --git a/service-exposure/rapps-helm-installer.yaml b/service-exposure/rapps-helm-installer.yaml index 19969dbd..e5cb1ead 100644 --- a/service-exposure/rapps-helm-installer.yaml +++ b/service-exposure/rapps-helm-installer.yaml @@ -50,7 +50,7 @@ spec: template: metadata: labels: - app: rapps-helm-installer + app: rapps-helm-installer version: v1 spec: containers: @@ -58,7 +58,7 @@ spec: image: ktimoney/rapps-helm-installer imagePullPolicy: IfNotPresent ports: - - containerPort: 9000 + - containerPort: 9000 resources: limits: memory: 256Mi @@ -67,7 +67,7 @@ spec: memory: 128Mi cpu: "80m" serviceAccountName: helm-app - replicas: 1 + replicas: 1 --- apiVersion: v1 kind: Service @@ -79,7 +79,7 @@ spec: app: rapps-helm-installer ports: - protocol: TCP - port: 80 - targetPort: 9000 - nodePort: 31570 + port: 80 + targetPort: 9000 + nodePort: 31570 type: NodePort