[AWX] Remove nonssl NodePort
[oom.git] / kubernetes / contrib / components / awx / values.yaml
index 02642fd..44c5741 100755 (executable)
@@ -92,11 +92,10 @@ service:
     internalPort: 15672
     externalPort: 15672
   web:
-    type: NodePort
+    type: ClusterIP
     portName: web
     internalPort: 8052
     externalPort: 8052
-    nodePort: 78
   rabbitmq:
     type: ClusterIP
     http:
@@ -109,3 +108,9 @@ service:
       externalPort: 5672
 
 resources: {}
+
+#Pods Service Account
+serviceAccount:
+  nameOverride: awx
+  roles:
+    - read