diff --git a/README.md b/README.md
index 400f81f..63f8212 100644
--- a/README.md
+++ b/README.md
@@ -22,5 +22,3 @@ References
[8] https://0xax.gitbooks.io/linux-insides/content/Cgroups/cgroups1.html
-Slack
-https://join.slack.com/t/kubernetestr-linkplus/shared_invite/enQtMjkwNjAwNzAyNjg4LTFiMjA0Y2YzNjE3NjRiMzY2OGE2MGNkMzA3ZWIzYmVkYmQ1Nzk0NDkzOWMwZjRiNzMzYTI2NTkxZTNhMTU3MGI
\ No newline at end of file
diff --git a/namespaces/resource-quota.yaml b/namespaces/resource-quota.yaml
index 46aa2fd..9c43465 100644
--- a/namespaces/resource-quota.yaml
+++ b/namespaces/resource-quota.yaml
@@ -7,6 +7,6 @@ spec:
cpu: "20"
memory: 1Gi
pods: "1"
- replicationcontrollers: "1"
- resourcequotas: "1"
- services: "1"
\ No newline at end of file
+ replicationcontrollers: "2"
+ resourcequotas: "2"
+ services: "2"