diff --git a/template/prd/monitoring/base/prometheus/deploy.yaml b/template/prd/monitoring/base/prometheus/deploy.yaml index 89ae67d..f598a91 100644 --- a/template/prd/monitoring/base/prometheus/deploy.yaml +++ b/template/prd/monitoring/base/prometheus/deploy.yaml @@ -269,11 +269,11 @@ spec: subPath: "" resources: requests: - cpu: 500m - memory: 2Gi + cpu: 2100m + memory: 12Gi limits: - cpu: 1050m - memory: 4Gi + cpu: 2100m + memory: 16Gi dnsPolicy: ClusterFirst securityContext: fsGroup: 65534 @@ -287,4 +287,4 @@ spec: name: prometheus-server - name: storage-volume persistentVolumeClaim: - claimName: prometheus-server \ No newline at end of file + claimName: prometheus-server