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:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 20m
|
cpu: 20m
|
||||||
memory: 50Mi
|
|
||||||
limits:
|
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
limits:
|
||||||
|
memory: 256Mi
|
||||||
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
|
|
|
@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- certificates/local.yaml
|
- certificates/local.yaml
|
||||||
|
- certificates/public.yaml
|
||||||
- helmrelease.yaml
|
- helmrelease.yaml
|
||||||
- helmrepo.yaml
|
- helmrepo.yaml
|
||||||
- issuers/letsencrypt.yaml
|
- issuers/letsencrypt.yaml
|
||||||
|
|
Reference in a new issue