add more resources jellyseerr
This commit is contained in:
parent
0bac0c0100
commit
b7913d1aa8
2 changed files with 3 additions and 2 deletions
kubernetes/apps/production
|
@ -81,9 +81,9 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 50Mi
|
||||
limits:
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
service:
|
||||
app:
|
||||
|
|
|
@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- certificates/local.yaml
|
||||
- certificates/public.yaml
|
||||
- helmrelease.yaml
|
||||
- helmrepo.yaml
|
||||
- issuers/letsencrypt.yaml
|
||||
|
|
Reference in a new issue