diff --git a/flux2/apps/nextcloud/nextcloud-values-configmap.yaml b/flux2/apps/nextcloud/nextcloud-values-configmap.yaml index ae60f00430ce79570ee3f8449a9d40d1dd759ff8..0fea5d02bb0e6ef2c534681e641912544947a637 100644 --- a/flux2/apps/nextcloud/nextcloud-values-configmap.yaml +++ b/flux2/apps/nextcloud/nextcloud-values-configmap.yaml @@ -179,10 +179,10 @@ data: enabled: false resources: limits: - cpu: 500m + cpu: 750m memory: 512Mi requests: - cpu: 200m + cpu: 300m memory: 256Mi livenessProbe: initialDelaySeconds: 180 diff --git a/flux2/apps/wordpress/wordpress-values-configmap.yaml b/flux2/apps/wordpress/wordpress-values-configmap.yaml index 396c20259786e0bd18b946b9f61cbb4fe45cd434..986cbf0093df78f0318ae9f275a224705d1fac4d 100644 --- a/flux2/apps/wordpress/wordpress-values-configmap.yaml +++ b/flux2/apps/wordpress/wordpress-values-configmap.yaml @@ -84,14 +84,12 @@ data: commonLabels: stackspin.net/backupSet: "wordpress" - # It's advisable to set resource limits to prevent your K8s cluster from - # crashing resources: limits: - cpu: 500m + cpu: 1000m memory: 512Mi requests: - cpu: 100m + cpu: 250m memory: 256Mi ingress: