Skip to content

Commit

Permalink
Add metadata for ckad-memlimit
Browse files Browse the repository at this point in the history
  • Loading branch information
lisenet committed Sep 17, 2024
1 parent 48a9a91 commit 66b39d7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ckad/yaml/ckad-memlimit.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: ckad-memlimit
---
apiVersion: v1
kind: LimitRange
metadata:
name: ckad-memlimit
namespace: ckad-memlimit
spec:
limits:
- max:
memory: 30Mi
type: Container
- max:
memory: 30Mi
type: Container
...

0 comments on commit 66b39d7

Please sign in to comment.