Merge "[ROBOT] Do not use NodePort in Robot"
[oom.git] / kubernetes / robot / values.yaml
index b057fc7..d8beeed 100644 (file)
@@ -424,7 +424,7 @@ readiness:
 
 service:
   name: robot
-  type: NodePort
+  type: ClusterIP
   portName: httpd
   externalPort: 443
   internalPort: 443
@@ -462,3 +462,9 @@ persistence:
   size: 2Gi
   mountPath: /dockerdata-nfs
   mountSubPath: robot/logs
+
+#Pods Service Account
+serviceAccount:
+  nameOverride: robot
+  roles:
+    - read
\ No newline at end of file