Run all components in one namespace
[oom.git] / kubernetes / portal / templates / portal-apps-deployment.yaml
index 068e0f7..e00151c 100755 (executable)
@@ -2,8 +2,8 @@
 apiVersion: extensions/v1beta1
 kind: Deployment
 metadata:
-  name: portalapps
-  namespace: "{{ .Values.nsPrefix }}-portal"
+  name: portal-apps
+  namespace: "{{ .Values.nsPrefix }}"
 spec:
   replicas: {{ .Values.portalAppsReplicas }}
   selector:
@@ -13,7 +13,7 @@ spec:
     metadata:
        labels:
          app: portalapps
-       name: portalapps
+       name: portal-apps
     spec:
       initContainers:
       - command: