if (this.cpuLimit) {
      this.cpuReservationPercent = Math.round((this.cpuReservation / this.cpuLimit) * 100);
    }