Merge "[ROBOT] Do not use NodePort in Robot"
[oom.git] / kubernetes / robot / values.yaml
index 89d83c8..d8beeed 100644 (file)
@@ -322,6 +322,9 @@ aaiPassword: "demo123456!"
 # APPC
 appcUsername: "appc@appc.onap.org"
 appcPassword: "demo123456!"
+# SDC
+sdcUsername: "beep"
+sdcPassword: "boop"
 # DCAE
 dcaeUsername: "dcae@dcae.onap.org"
 dcaePassword: "demo123456!"
@@ -421,7 +424,7 @@ readiness:
 
 service:
   name: robot
-  type: NodePort
+  type: ClusterIP
   portName: httpd
   externalPort: 443
   internalPort: 443
@@ -459,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