Fix bug 1702 Adding non-root user to run NG-UI
[osm/devops.git] / installers / docker / osm_pods / ng-ui.yaml
index 1f430f1..3ce1e3b 100644 (file)
@@ -44,9 +44,13 @@ spec:
       labels:
         app: ng-ui
     spec:
+      securityContext:
+        runAsUser: 1000
+        runAsGroup: 1000
+        fsGroup: 1000
       containers:
       - name: ng-ui
-        image: opensourcemano/ng-ui:8
+        image: opensourcemano/ng-ui:11
         ports:
         - containerPort: 80
           protocol: TCP