diff --git a/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml b/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml index 94b0d2c42..847138d6f 100644 --- a/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml +++ b/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml @@ -54,7 +54,7 @@ metadata: spec: storageClassName: manual capacity: - storage: 1Gi # Sets PV Volume + storage: 500Mi # Sets PV Volume accessModes: - ReadWriteMany hostPath: @@ -73,7 +73,7 @@ spec: - ReadWriteMany # Sets read and write access resources: requests: - storage: 1Gi # Sets volume size + storage: 500Mi # Sets volume size --- apiVersion: v1 kind: ConfigMap @@ -182,11 +182,11 @@ spec: value: /var/lib/pg_data resources: requests: - memory: "2Gi" - cpu: "2" + memory: "100Mi" + cpu: "0.5" limits: - memory: "2Gi" - cpu: "2" + memory: "100Mi" + cpu: "0.5" ports: - containerPort: 5432 volumeMounts: @@ -264,11 +264,11 @@ spec: value: "-XX:MaxRAMPercentage=80" resources: requests: - memory: "2Gi" - cpu: "2" + memory: "350Mi" + cpu: "0.7" limits: - memory: "2Gi" - cpu: "2" + memory: "350Mi" + cpu: "0.7" ports: - name: kruize-port containerPort: 8080