Skip to content

Commit

Permalink
Remove default resourcequota. (#17)
Browse files Browse the repository at this point in the history
Remove default resourcequota
  • Loading branch information
aandryashin authored Aug 7, 2020
1 parent a53aa99 commit 5f25211
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions moon/templates/moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ subjects:
namespace: {{ .Release.Namespace }}
name: {{ .Release.Name }}
---
kind: ResourceQuota
apiVersion: v1
metadata:
name: max-moon-sessions
namespace: {{ .Release.Namespace }}
spec:
hard:
pods: "6"
scopes: ["NotTerminating"]
---
apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit 5f25211

Please sign in to comment.