Lower resurce claims
This commit is contained in:
parent
ffc6b4025e
commit
b3f474c3da
|
@ -54,13 +54,13 @@ spec:
|
|||
subPath: php.ini
|
||||
resources:
|
||||
limits:
|
||||
cpu: 16000m
|
||||
hugepages-2Mi: 4096Mi
|
||||
memory: 4096Mi
|
||||
requests:
|
||||
cpu: 16000m
|
||||
hugepages-2Mi: 4096Mi
|
||||
cpu: 2000m
|
||||
hugepages-2Mi: 2048Mi
|
||||
memory: 2048Mi
|
||||
requests:
|
||||
cpu: 1000m
|
||||
hugepages-2Mi: 2048Mi
|
||||
memory: 512Mi
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 80
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: 'kustomize.config.k8s.io/v1beta1'
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
resources:
|
||||
- ../../../base
|
||||
patchesStrategicMerge:
|
||||
- nextcloud-deployment.yml
|
||||
- nextcloud-ingress.yml
|
||||
patches:
|
||||
- path: nextcloud-deployment.yml
|
||||
- path: nextcloud-ingress.yml
|
||||
|
|
Loading…
Reference in a new issue