add lifecycle event
This commit is contained in:
9
build/dev/resourcelimit.yaml
Normal file
9
build/dev/resourcelimit.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ResourceQuota
|
||||||
|
metadata:
|
||||||
|
name: storage-quota
|
||||||
|
namespace: medicalalert-web
|
||||||
|
spec:
|
||||||
|
hard:
|
||||||
|
requests.ephemeral-storage: "2Gi"
|
||||||
|
limits.ephemeral-storage: "20Gi"
|
||||||
Reference in New Issue
Block a user