Add jwt-proxy functionality
[nonrtric.git] / service-exposure / rapps-istio-mgr.yaml
index 6003bb5..92d3f3a 100644 (file)
@@ -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