Skip to content
Snippets Groups Projects
Verified Commit f9795bc7 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(nextcloud): Add missing resource definitions to redis

parent f57055b0
No related branches found
No related tags found
No related merge requests found
...@@ -81,8 +81,23 @@ data: ...@@ -81,8 +81,23 @@ data:
memory: 128Mi memory: 128Mi
redis: redis:
enabled: true enabled: true
master:
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
replica: replica:
replicaCount: 1 replicaCount: 1
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
ingress: ingress:
annotations: annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 4G nginx.ingress.kubernetes.io/proxy-body-size: 4G
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment