immich added
This commit is contained in:
14
cluster/apps/immich/LimitRange.yaml
Normal file
14
cluster/apps/immich/LimitRange.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: LimitRange
|
||||
metadata:
|
||||
name: immich
|
||||
namespace: immich
|
||||
spec:
|
||||
limits:
|
||||
- default:
|
||||
memory: 100Mi
|
||||
defaultRequest:
|
||||
cpu: 10m
|
||||
memory: 100Mi
|
||||
type: Container
|
||||
Reference in New Issue
Block a user