Merge "[ROBOT] Do not use NodePort in Robot"
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Tue, 12 Apr 2022 17:50:34 +0000 (17:50 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 12 Apr 2022 17:50:34 +0000 (17:50 +0000)
1  2 
kubernetes/robot/values.yaml

@@@ -424,7 -424,7 +424,7 @@@ readiness
  
  service:
    name: robot
-   type: NodePort
+   type: ClusterIP
    portName: httpd
    externalPort: 443
    internalPort: 443
@@@ -462,9 -462,3 +462,9 @@@ persistence
    size: 2Gi
    mountPath: /dockerdata-nfs
    mountSubPath: robot/logs
 +
 +#Pods Service Account
 +serviceAccount:
 +  nameOverride: robot
 +  roles:
 +    - read