Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
amlannandy committed Dec 22, 2024
1 parent 5699514 commit 0dd674b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions frontend/src/container/InfraMonitoringK8s/Deployments/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ export const getK8sDeploymentsListQuery = (): K8sDeploymentsListPayload => ({
orderBy: { columnName: 'cpu', order: 'desc' },
});

// - Available Replicas
// - Desired Replicas
// - CPU Request Utilization (% of limit)
// - CPU Limit Utilization (% of request)
// - CPU Utilization (cores)
// - Memory Request Utilization (% of limit)
// - Memory Limit Utilization (% of request)
// - Memory Utilization (bytes)
// - Container Restarts

const columnsConfig = [
{
title: <div className="column-header-left">Deployment</div>,
Expand Down

0 comments on commit 0dd674b

Please sign in to comment.