Lower resurce claims

This commit is contained in:
Micke Nordin 2023-05-04 13:27:45 +02:00
parent ffc6b4025e
commit b3f474c3da
2 changed files with 11 additions and 11 deletions

View file

@ -54,13 +54,13 @@ spec:
subPath: php.ini subPath: php.ini
resources: resources:
limits: limits:
cpu: 16000m cpu: 2000m
hugepages-2Mi: 4096Mi hugepages-2Mi: 2048Mi
memory: 4096Mi
requests:
cpu: 16000m
hugepages-2Mi: 4096Mi
memory: 2048Mi memory: 2048Mi
requests:
cpu: 1000m
hugepages-2Mi: 2048Mi
memory: 512Mi
readinessProbe: readinessProbe:
tcpSocket: tcpSocket:
port: 80 port: 80

View file

@ -1,7 +1,7 @@
apiVersion: 'kustomize.config.k8s.io/v1beta1' apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
bases: resources:
- ../../../base - ../../../base
patchesStrategicMerge: patches:
- nextcloud-deployment.yml - path: nextcloud-deployment.yml
- nextcloud-ingress.yml - path: nextcloud-ingress.yml