From 9ac3677b992d2d2b6755ca70731540b79e1aa048 Mon Sep 17 00:00:00 2001
From: jbride <jbride2001@yahoo.com>
Date: Sat, 15 Dec 2018 18:36:43 +0100
Subject: [PATCH] rhte-oc-cluster-vms:  add default project template

---
 ansible/configs/rhte-oc-cluster-vms/files/project-template.j2 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ansible/configs/rhte-oc-cluster-vms/files/project-template.j2 b/ansible/configs/rhte-oc-cluster-vms/files/project-template.j2
index 07b6ef1..ff19956 100644
--- a/ansible/configs/rhte-oc-cluster-vms/files/project-template.j2
+++ b/ansible/configs/rhte-oc-cluster-vms/files/project-template.j2
@@ -16,11 +16,11 @@
           min:
             memory: 10Mi
           default:
-            cpu: 500m
-            memory: 1.5Gi
+            cpu: 100m
+            memory: 128Mi
           defaultRequest:
             cpu: 50m
-            memory: 256Mi
+            memory: 64Mi
         - type: "Pod"
           max:
             memory: 12Gi

--
Gitblit v1.9.3