Add jwt-proxy functionality
[nonrtric.git] / service-exposure / rapps-keycloak-mgr.yaml
index c2f14da..6774746 100644 (file)
@@ -31,7 +31,7 @@ spec:
   template:
     metadata:
       labels:
-        app: rapps-keycloak-mgr 
+        app: rapps-keycloak-mgr
         version: v1
     spec:
       containers:
@@ -39,7 +39,7 @@ spec:
         image: ktimoney/rapps-keycloak-mgr
         imagePullPolicy: IfNotPresent
         ports:
-        - containerPort: 9000 
+        - containerPort: 9000
         resources:
           limits:
             memory: 256Mi
@@ -58,7 +58,7 @@ spec:
            path: /var/rapps/certs
            type: DirectoryOrCreate
       serviceAccountName: helm-app
-  replicas: 1 
+  replicas: 1
 ---
 apiVersion: v1
 kind: Service
@@ -70,7 +70,7 @@ spec:
     app: rapps-keycloak-mgr
   ports:
     - protocol: TCP
-      port: 80 
-      targetPort: 9000 
+      port: 80
+      targetPort: 9000
       nodePort: 31600
   type: NodePort